×
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
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
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
Navigate to the Pipeline Syntax link (referenced above) from a configured Pipeline, and then click on the Declarative Directive Generator link in the ...
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 ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
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).