×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: /url | Show results with:/url
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: /url | Show results with:/url
Once your Pipeline has completed, whether it succeeds or fails, you can go to the side panel for the run in the classic UI and click on "Restart from Stage".
Missing: /url | Show results with:/url
A continuous delivery pipeline is an automated expression of your process for getting software from version control right through to your users and customers.
Missing: /url | Show results with:/url
This section describes how to get started with creating your Pipeline project in Jenkins and introduces you to the various ways that a Jenkinsfile can be ...
Sections in Declarative Pipeline typically contain one or more Directives or Steps. agent. The agent section specifies where the entire Pipeline, or a specific ...
Missing: /url | Show results with:/url
Pipeline Utility Steps. View this plugin on the Plugins site. compareVersions : Compare two version number strings. Compare two version numbers ...
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 ...
Complete Pipeline runs successfully on the 'master' branch. Notice how Jenkins skips the last two stages you added, since the branch you are running the ...