https://github.com/jenkinsci/pipeline-graph-view-plugin
https://github.com/jenkinsci/pipeline-graph-view-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/pipeline-graph-view-plugin
- Owner: jenkinsci
- License: other
- Created: 2021-02-25T19:32:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T22:25:51.000Z (6 months ago)
- Last Synced: 2025-03-31T23:26:47.518Z (6 months ago)
- Language: Java
- Homepage: https://plugins.jenkins.io/pipeline-graph-view/
- Size: 2.56 MB
- Stars: 110
- Watchers: 9
- Forks: 61
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pipeline Graph View Plugin
## Introduction
This plugin provides new Action and View to view a `WorkflowRun` via the "Pipeline Graph" visualization that was popularized in the [Blue Ocean plugin](https://github.com/jenkinsci/blueocean-plugin).
## Getting started
1. Install the `pipeline-graph-view` plugin
2. Go to a pipeline run (not a job page)
3. Click 'Pipeline Overview'## Screenshots

Basic pipeline:

Semi-complex pipeline:

## Video
See a live demonstration from a Jenkins Contributor Summit:
[](https://www.youtube.com/watch?v=MBI3MBY2eJ8&t=3295 "Pipeline Graph View plugin")
## Vision
This plugin aims to bring the best of Blue Ocean into the regular Jenkins UI.
That means functionality like:
* [x] Pipeline graph
* [x] Summary of runs in a job (like [Pipeline Stage View Plugin](https://github.com/jenkinsci/pipeline-stage-view-plugin/), but simpler, more modern and more performant)
* [x] Modern logs viewingThe plugin should be lightweight, using or providing extension points where possible rather than building everything into one plugin.
## Contributing
Any help is much appreciated, the frontend code is written in React, the backend code is in Java, designers would be greatly appreciated as well.
Refer to our [contribution guidelines](./CONTRIBUTING.md)