Re: Pipeline parallel branch and stage durations

2016-04-07 Thread Logan Glickfield
Thanks, Frank! We're using that plugin, but the duration only shows up in the UI and not from the REST API. And it also doesn't indicate the time for the various parallel branches contained within a stage. So if I ran unit and system tests in parallel, I wouldn't be able to see the duration of my

Re: Pipeline parallel branch and stage durations

2016-04-07 Thread Frank Hask
If you are using Pipeline Stage View Plugin , then you can see execution time of stages on project page. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fr

Pipeline parallel branch and stage durations

2016-04-05 Thread Logan Glickfield
Is there any way to get the durations of individual parallel branches and stages from the Jenkins REST API? Or any other way to help us identify the slow parts of our pipeline? https://issues.jenkins-ci.org/browse/JENKINS-33185 will help. But is there anything available now, or that will allow