-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins Version : 2.150.1
Blueocean Version : 1.11.1
Pipeline - Groovy : 2.63
Use Case:
I have two pipeline scripts name 1) Parent 2) Child.
I have Stages A & B in Parent pipeline script and Stages C, D, E and F in child pipeline script.
I will call child pipeline script using "load" in Stage B of parent script.
I am expecting Blueocean output display web-page should show all stages as per below.
O---A---B---C---D---F----O
Issue:
In the above use case, Jenkins blueocean display web-page showing only parent pipeline script stage details not child pipeline script pipeline stage details.
O----A----B----O