This topic lists tags that can be used with PromoteBuild Pipeline steps. For more information on PromoteBuild Pipeline steps, see PromoteBuild.
name
An alphanumeric string (underscores are permitted) that identifies the step.
type
Must be PromoteBuild
for this step type.
configuration
Specifies all configuration selections for the step's execution environment. This step inherits the Bash/ PowerShell step configuration tags, including these pertinenttags:
Tag | Description of usage | Required/Optional |
---|---|---|
| Must specify a named BuildInfo resource whose | Required |
| Must specify a named BuildInfo resource to map to the promoted build. The BuildInfo will be updated with the | Required |
In addition, these tags can be defined to support the step's native operation:
Note
All native steps derive from the Bash step. This means that all steps share the same base set of tags from Bash, while native steps have their own additional tags as well that support the step's particular function. So it's important to be familiar with the Bash step definition, since it's the core of the definition of all other steps.
Tag | Description of usage | Required/Optional |
---|---|---|
| The name of the repository in Artifactory to promote the build to. | Required |
| When set to true, promotion will include the build dependencies. Defaults to false. | Optional |
| Name of the status to promote the build to. | Optional |
| Comment to include for the promotion. | Optional |
| When set to true, copies the artifacts to the targetRepository vs moving them to the targetRepository. Defaults to false. | Optional |
execution
Declares collections of shell command sequences to perform for pre- and post-execution phases:
Tag | Description of usage | Required/Optional |
---|---|---|
| Commands to execute in advance of the native operation | Optional |
| Commands to execute on successful completion | Optional |
| Commands to execute on failed completion | Optional |
| Commands to execute on any completion | Optional |
The actions performed for the onExecute
phase are inherent to this step type and may not be overridden.