How do I create a Jenkins Build Pipeline? How do I create a Jenkins Build Pipeline? jenkins jenkins

How do I create a Jenkins Build Pipeline?


The Build Pipeline plugin allows you to create views of the downstream and upstream relations between your jobs (and also add manual steps in-between them). To create the pipeline you should first define these relations by using post-build triggers or the Build after other projects are built option, for example.

Then, you create the view as izzekil described in his answer and get a pipeline similar to the one below:

pipeline-example


As per your quotation a Build Pipeline is not of a job kind: it is a view. You have to use "Create view" which is rendered as a plus sign placed in right-most tab. Or you can use direct link: http://jenkins.example.com/newView. There you will be able to select "Build Pipeline View" and proceed to its configuration page.


I have Jenkins v 1.6 and I had it under the + button here:

enter image description here