×
ctmPostPiData : Post data to the workspace on a running Continuum pipeline instance. ctmSetPiData : Set workspace data on a running Continuum pipeline instance.
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 ...
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 ...
The most basic continuous delivery pipeline will have, at minimum, three stages which should be defined in a Jenkinsfile : Build, Test, and Deploy.
This is a special step that allows to call builders or post-build actions (as in freestyle or similar projects), in general "build steps". Just select the build ...
Missing: continuous | Show results with:continuous
Under Build History on the left, click #1 to access the details for this particular Pipeline run. Click Console Output to see the full output from the Pipeline ...
In a multi-branch pipeline configuration, Jenkins automatically discovers, manages, and executes jobs for multiple source repositories and branches. This ...
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Missing: continuous | Show results with:continuous
Since the post section of a Pipeline is guaranteed to run at the end of a Pipeline's execution, we can add some notification or other steps to perform ...
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 ...