×
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: post/ | Show results with:post/
Setting environment variables. Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or ...
For a list of other such plugins, see the Pipeline Steps Reference page. Table of Contents. HTTP Request Plugin. httpRequest : Perform an HTTP Request and ...
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).
You can only archive files that are located in your workspace. Here are some examples of usage for pipeline: How to archive multiple artifacts from a specific ...
Missing: /url | Show results with:/url
In addition, those jobs must run successfully once before the shared library documentation will be generated. The Groovy source files in these directories get ...
After this, the container will be started on the same node, so all of the data will be synchronized. Jenkinsfile (Declarative Pipeline). pipeline { agent any ...
See the Replay documentation for more information. Restart from a Stage. You can restart any completed Declarative Pipeline from any top-level stage which ran ...
Missing: /url post/
findFiles : Find files in the workspace. Find files in the current working directory. The step returns an array of file info objects who's properties you can ...
Missing: post/ | Show results with:post/
This step pauses Pipeline execution and wait for previously submitted SonarQube analysis to be completed and returns quality gate status.