×
This example will search FOO message in all comment lines. $class: 'PathRestriction'; $class: 'PathRestriction'. If set, and Jenkins is set to poll for ...
From the Definition field, choose the Pipeline script from SCM option. From the SCM field, choose the type of source control system of the repository ...
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
A Shared Library is defined with a name, a source code retrieval method such as by SCM, and optionally a default version. The name should be a short identifier ...
This example will search FOO message in all comment lines. $class: 'PathRestriction'; $class: 'PathRestriction'. If set, and Jenkins is set to poll for ...
The following Pipeline code snippets show an example of how to create a Pipeline using environment variables for username and password credentials. In this ...
Collaboration between Builder and SCM allows Hudson to find build.xml without asking the user to enter "xyz" again. This method is for this purpose. It takes ...
Missing: Script | Show results with:Script
Specify the root URL of the SCM-Manager instance including the context path (such as https://scm-manager.org/scm/) or an ssh URL (such as ssh://scm-manager.com: ...
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 ...