×
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/
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Missing: tour/ | Show results with:tour/
Setting environment variables. Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or ...
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/
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).
The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license. Resources. Downloads · Blog · Documentation · Plugins ...
Missing: /url | Show results with:/url
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 ...
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 ...
... after Jenkins loads and uses that library as part of a successful Pipeline run. ... groovy def call(Map config) { node { git url: "https ... Take, for example, a ...
Mainly useful from multibranch Pipelines, so that Jenkinsfile itself can encode what would otherwise be static job configuration. Existing properties set ...