×
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Your Groovy pipeline script can include functions, conditional tests, loops, try/catch/finally blocks, and so on. Sample syntax for one node in a Java ...
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This step pauses Pipeline execution and allows the user to interact and control the flow of the build. Only a basic "proceed" or "abort" option is provided ...
The "Default version" for a configured Shared Library is used when "Load implicitly" is checked, or if a Pipeline references the library only by name, for ...
Jan 8, 2019 · In the MPL, you can find Build module testing examples: all the tests are stored in the test/groovy/com/griddynamics/devops/mpl/modules ...
Multiple contexts. The Jenkins Script Console can run either on the controller or any configured agents.
A test controller is a Jenkins controller used solely for testing configurations and plugins in a non-production environment. A test controller is highly ...