×
This Guided Tour introduced you to the basics of using Jenkins and Jenkins Pipeline. Because Jenkins is extremely extensible, it can be modified and ...
Missing: /url | Show results with:/url
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
Install the Docker Pipeline plugin through the Manage Jenkins > Plugins page · After installing the plugin, restart Jenkins so that the plugin is ready to use.
Missing: /url | Show results with:/url
This process involves building the software in a reliable and repeatable manner, as well as progressing the built software (called a "build") through multiple ...
Missing: /url | Show results with:/url
Navigate to the Pipeline Syntax link (referenced above) from a configured Pipeline, and then click on the Declarative Directive Generator link in the ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This documentation begins with a Guided Tour to help you get up and running with Jenkins and introduce you to Jenkins's main feature, Pipeline. There are ...
Missing: /url | Show results with:/url
Jenkins Pipeline allows you to compose multiple steps in an easy way that can help you model any sort of automation process. Think of a "step" like a single ...
Missing: /url | Show results with:/url
As you might expect, setting environment variables per stage means they will only apply to the stage in which they're defined. Jenkinsfile (Declarative Pipeline).
This section builds on the information introduced in Getting started with Pipeline and should be treated solely as a reference. For more information on how ...