Skip to content

Additional Pipeline features which aren't part of other plugins.

License

Notifications You must be signed in to change notification settings

jhnc-oss/jenkins-pipeline-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Pipeline Extensions

ci GitHub release License Java

Additional Pipeline features which aren't part of other plugins.

Steps

Fail

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.

Check

Fails the build if the condition is false.

check(condition: a == b, message: "error message")

Parameter

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.

About

Additional Pipeline features which aren't part of other plugins.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published