Re: Individual Build Step Status

2017-10-26 Thread itchymuzzle
Maybe something like this? #! /usr/bin/env groovy pipeline { agent any stages { stage ('Checkout') { steps { } } stage('Step1') { steps { } } stage('Step2') { steps { }

Re: Individual Build Step Status

2017-10-25 Thread Robert Hales
It is called Pipeline On Wednesday, October 25, 2017 at 12:44:24 AM UTC-6, TheGrovesy wrote: > > I have a single Jenkins item which gets checked out and then has 6 > different build steps for different build variants. On the main Jenkins > page this is shown as a single item status. It would be

Individual Build Step Status

2017-10-24 Thread TheGrovesy
I have a single Jenkins item which gets checked out and then has 6 different build steps for different build variants. On the main Jenkins page this is shown as a single item status. It would be much more useful if this view showed each build step with its own status so we can more easily see w