×
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Missing: reuse | Show results with:reuse
Oct 2, 2017 · The approach allows to create a standard Pipeline that can be reused by applications that are built in a similar way. It works for Declarative ...
Missing: Bitbucket | Show results with:Bitbucket
In the example below, the "Build" stage will be performed on one agent and the built results will be reused on two subsequent agents, labelled "linux" and " ...
Executes the stage if the current build is for a "change request" (a.k.a. Pull Request on GitHub and Bitbucket, Merge Request on GitLab, Change in Gerrit, etc.) ...
Folder-based libraries are not considered "trusted:" they run in the Groovy sandbox just like typical Pipelines. Automatic Shared Libraries. Other plugins may ...
Apr 14, 2016 · Using the replay-pipeline CLI command (in this example via SSH) you can prepare, test, and commit changes to your Pipeline script code without ...
Missing: Bitbucket | Show results with:Bitbucket
To enable this, there is a job property that allows you to configure a maximum number of completed runs whose stash artifacts should be preserved for reuse in a ...
Missing: Bitbucket | Show results with:Bitbucket
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
Missing: Bitbucket | Show results with:Bitbucket
Best Practices. Table of Contents. Automate job definition. Use organization folders; Use multibranch Pipelines; Use Pipeline. Manage your jobs.
This plugin enables the selection of multiple source code management systems for a build. For example, it enables checking out the source code from one SCM ...