Reject Build
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Reject Build
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Reject Build
Rejects a BuildMaster build.
Script usage:
Reject-Build( [Application: <text>], [ReleaseNumber: <text>], BuildNumber: <text>, [FailIfAlreadyRejected: <true/false>], [RejectionNotes: <text>] );
This operation may be prefixed with BuildMaster::
, although this is a built-in namespace and isn't really necessary.
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
In application | text | Application | |
With release | text | ReleaseNumber | |
☆ Build number (default) | text | BuildNumber | This argument is required. |
Fail if build is already rejected | true/false | FailIfAlreadyRejected | |
Rejection notes | text | RejectionNotes |
Example:
Reject-Build $BuildToReject;
Was this article helpful?