Uncodemy Logo ← Back to Course
Jenkins · Topic 8 of 15

Build Pipeline View (Freestyle)

Why a Pipeline View?

Once jobs are chained via upstream/downstream, we may want to see the entire flow step-by-step visually, in a single dashboard, instead of checking each job separately.

Setting Up the Build Pipeline Plugin

  1. Go to Manage Jenkins → Plugins → Available plugins.
  2. Search for and install the "Build Pipeline" plugin (Install without restart).
  3. From the Dashboard, click the "+ New View" symbol.
  4. Give the view a name (e.g. pipeline), select "Build Pipeline View", and click Create.
  5. Select the initial job (e.g. Job-1) — once it builds successfully, all remaining chained jobs build automatically.
  6. Leave the rest as default and click OK.

Reading the Pipeline View

Note: If a job inside the chain has parameters enabled, the pipeline view won't display properly for that job.

Master Jenkins & DevOps with Uncodemy

Hands-on live training, real projects, and placement support — become job-ready in DevOps.

Enroll in DevOps Training →