Tags
name
Analphanumericstring (underscores are permitted) that identifies the step.
类型
Must bePreMatrix
for this step type.
configuration
Specifies all configuration selections for the step's execution environment.This step inherits theBash/PowerShellstep configuration tags,except for这些tags, which are disallowed:
affinityGroup
outputResources
execution
Declares collections of shell command sequences to perform for pre- and post-execution phases:
Tag | Description of usage | Required/Optional |
---|---|---|
onStart |
Commands to execute in advance ofonExecute |
Optional |
|
Main commands to execute for the step | Optional |
onSuccess |
Commands to execute on successful completion | Optional |
onFailure |
Commands to execute on failed completion | Optional |
onComplete |
Commands to execute on any completion | Optional |