jenkinsci / github-autostatus-plugin

Jenkins plugin to provide automatic status for multibranch jobs
https://plugins.jenkins.io/github-autostatus/
MIT License
52 stars 34 forks source link

All stages are reported as green when there's an exception in the environment section #100

Open biolauri opened 4 years ago

biolauri commented 4 years ago

I had an error in my environment section (using declarative pipeline) which led to an exception and the whole pipeline being aborted and the overall status being failed.

But the GitHub Autostatus plugin reports all stages in my pipeline as green/complete w/o failure. I'd say, this is an error as no stage was passed.