Additional Pipeline features which aren't part of other plugins.
Prints the error message to the build log and fails the build.
fail("error message")
fail(message: "error message")
Note: This step is matches error
but will print the message to the log.
Fails the build if the condition is false
.
check(condition: a == b, message: "error message")
Hidden parameter
Hidden parameter types which aren't available for user input. Supported types:
- hiddenString
- hiddenText
- hiddenBoolean
- hiddenChoice
Users with permission app/administer
have access to those parameter types and may change it.