Skip to content

jenkinsci/pipeline-graph-view-plugin

Pipeline Graph View Plugin

Build Status Gitter Jenkins Plugin Jenkins Plugin Installs

preview.png

Introduction

This plugin adds a visual representation of Jenkins pipelines, showing each stage of a run in a clear and easy-to-follow graph format. It’s designed to make pipeline progress and structure easier to understand at a glance.

Features

  • Visualize pipelines as an interactive, nested graph
  • Navigate pipeline stages in a clear, collapsible list view
  • View logs in real time without leaving the interface
  • Toggle between graph and stage views; move and resize panes to suit your workflow
  • Quickly access details of each step and its results
  • Designed for better readability and faster troubleshooting

Getting started

  1. Install the Pipeline Graph View plugin
  2. Go to some pipeline build page (not the job page)
  3. Click Pipeline Overview

Screenshots

Basic pipeline:

Different statuses

Semi-complex pipeline:

Semi complex pipeline

Video

See a live demonstration from a Jenkins Contributor Summit:

Demo of Pipeline Graph View plugin

REST API

The REST API documentation can be found here.

Contributing

Refer to our contribution guidelines.

LICENSE

Licensed under MIT, see LICENSE.