4

In this question I've seen a nice graph which shows a jenkins pipeline:

enter image description here

But how can a generate such an image from my pipeline?

Is there a special plugin or hidden button? I've found no such hint on the jenkins pipeline documentation.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Matthias M
  • 12,906
  • 17
  • 87
  • 116

2 Answers2

3

That's the "Blue Ocean" plugin, currently still in experimental mode, I believe.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Peter McNab
  • 1,031
  • 1
  • 10
  • 11
  • 1
    [Beta](https://jenkins.io/blog/2017/02/03/blueocean-devlog-feb/)... we have that btw. running publicly on https://chef-ci.typo3.org/blue/ – StephenKing Feb 04 '17 at 22:11
0

I just use this plugin to view above chart. https://plugins.jenkins.io/pipeline-graph-view/ check this plugin