×
In a multi-branch pipeline configuration, Jenkins automatically discovers, manages, and executes jobs for multiple source repositories and branches. This ...
Jenkins Pipeline (or simply Pipeline with a capital P) is a suite of plugins that supports implementing and integrating continuous delivery pipelines into ...
The most basic continuous delivery pipeline will have, at minimum, three stages which should be defined in a Jenkinsfile : Build, Test, and Deploy.
The post section defines one or more additional steps that are run upon the completion of a Pipeline's or stage's run (depending on the location of the post ...
A technique known as "continuation-passing style (CPS)" execution plays a key role in resuming Pipelines. However, some Groovy expressions do not work correctly ...
Missing: continuous | Show results with:continuous
As mentioned previously, Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins.
Missing: workflow | Show results with:workflow
Nov 22, 2023 · This plugin provides a Build Pipeline View of upstream and downstream connected jobs that typically form a build pipeline.
Missing: workflow | Show results with:workflow
ctmPostPiData : Post data to the workspace on a running Continuum pipeline instance. ctmSetPiData : Set workspace data on a running Continuum pipeline instance.
Mar 8, 2020 · This plugin visualize Delivery Pipelines (Jobs with upstream/downstream dependencies)
Missing: workflow | Show results with:workflow
Jan 19, 2017 · In this post, we'll take a look at how we might converting Freestyle jobs that include conditional build steps to Jenkins Pipeline. Unlike ...
Missing: workflow | Show results with:workflow