You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
12
+
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.
6
13
7
14
## Getting started
8
15
9
-
1. Install the `pipeline-graph-view` plugin
16
+
1. Install the [pipeline-graph-view](https://plugins.jenkins.io/pipeline-graph-view/) plugin
@@ -28,20 +33,10 @@ See a live demonstration from a Jenkins Contributor Summit:
28
33
29
34
[](https://www.youtube.com/watch?v=MBI3MBY2eJ8&t=3295"Pipeline Graph View plugin")
30
35
31
-
## Vision
32
-
33
-
This plugin aims to bring the best of Blue Ocean into the regular Jenkins UI.
34
-
35
-
That means functionality like:
36
-
37
-
-[x] Pipeline graph
38
-
-[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)
39
-
-[x] Modern logs viewing
40
-
41
-
The plugin should be lightweight, using or providing extension points where possible rather than building everything into one plugin.
42
-
43
36
## Contributing
44
37
45
-
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.
38
+
Refer to our [contribution guidelines](./CONTRIBUTING.md).
39
+
40
+
## LICENSE
46
41
47
-
Refer to our [contribution guidelines](./CONTRIBUTING.md)
0 commit comments