Hi,
I use quite complex pipeline scripts in jenkins.
If I launch projects (or jobs), I get a very convenient "pipeline steps" with very nice red and blue bullet to flag fail or success "step by step" and an other icon "console output" for each sub-job. This view is also presented in a hierachical way following structure of my pipeline script and there is no further details of the inner execution of the sub-jobs on this view.
I find this "pipeline steps" view very convenient but it obliges me to create sub-jobs in the jenkins interface and split my gsh scripts in several pieces which is not always appropriate.
On the other hand, I can define "stage" in my pipelines and no sub-jobs but by this way the "pipeline steps" view becomes very messy because each step of the script turn into a line of the view with each own red/blue bullet and :
- I found no possibility to group the detailled line at stage level
- I have no "console output" icon to display the output of all the detailled steps of the stage in a row
So, I'am searching a way to get a view like "pipeline steps" where the finest item would be a stage (or another pipeline kind of grouping steps) with a status flag and a "console output" button to get details of this line of treatment.
Is there any possibility to do that ? (except by creating cumbersome and almost useless sub-jobs)
Thanks in advance, Herve