Reject Build
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Reject Build

  • Dark
    Light
  • PDF

Article Summary

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:

NameFormatScript UsageUsage 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?

What's Next