Building continuous delivery pipelines and similarly complex tasks in Jenkins using freestyle projects and traditional plugins can be awkward. You need to mix Parameterized Trigger, Copy Artifact, Promoted Builds, Conditional Build Step, and more just to express what should be a simple script. The Pipeline plugin (formerly known as Workflow) suite attempts to make it possible to directly write that script, what people often call a pipeline, while integrating with Jenkins features like agents and publishers.
See the official documentation on jenkins.io.
- jenkins-pipeline tag on StackOverflow
- JIRA (file issues in the
pipeline
component, or other components with thepipeline
label) - User list discussions (mention
pipeline
in the subject) - #JenkinsPipeline on Twitter
See the demo overview using Docker if you want to try a complete setup quickly.
See the contribution guide.