×
Jan 19, 2017 · Based on BRANCH_PATTERN , we'll checkout a repository. If we're building on the master branch or the user checked FORCE_FULL_BUILD , we'll call ...
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 ...
Missing: convert mac
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 ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
Missing: mac | Show results with:mac
Mainly useful from multibranch Pipelines, so that Jenkinsfile itself can encode what would otherwise be static job configuration. Existing properties set ...
Feb 7, 2017 · 1, All Declarative Pipelines start with a pipeline section. ; 2, Select where to run this Pipeline, in this case "any" agent, regardless of label ...
Convert standard mail notifications to use the Mail-Ext Publisher plugin — This script replace mail notifications in all projects by Mail-Ext publisher plugin ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Dec 2, 2019 · The following Jenkins scripted pipeline will build combinations across two matrix axes. However, adding more axes to the matrix is just as easy ...