appleboy / jenkins-action

GitHub Action that trigger Jenkins job.
https://github.com/marketplace/actions/trigger-jenkins-multiple-jobs
MIT License
90 stars 29 forks source link

Feature Request: Wait for Jenkins job status #4

Open tomer-ds opened 3 years ago

tomer-ds commented 3 years ago

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...?

SebastianScherer88 commented 2 years ago

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