jenkins-action icon indicating copy to clipboard operation
jenkins-action copied to clipboard

Feature Request: Wait for Jenkins job status

Open tomer-ds opened this issue 4 years ago • 1 comments

So I am wondering if this has ever come up already in the past...

I am of course using this to trigger my build jobs in Jenkins, but the action doesn't wait for the job to finish and the job's success or failure does not effect the end result of the action, which seems strange for me...

Maybe there is another action template that waits for success or failure of the Jenkins job that you can point me in the direction of? Or maybe it is something that can be added to this action...?

Or then again, maybe it is just some simple configuration that I missed...?

tomer-ds avatar Dec 23 '20 07:12 tomer-ds

bump. seems like a critical feature for any element in a CI/CD pipeline - being able to see if it has successful exit status, and make subsequent steps' execution conditional on said exit status

SebastianScherer88 avatar May 09 '22 21:05 SebastianScherer88