-
Story
-
Resolution: Fixed
-
Minor
-
None
-
Pipeline Config 0.1
It'd be handy to be able to have notifications specified for individual stages as well as for the whole build.
- causes
-
JENKINS-57801 Execution of post stage block is based on pipeline status, not stage result which docs says it should
-
- Open
-
[JENKINS-37792] Pipeline Config: Notifications per stage
Assignee | Original: Andrew Bayer [ abayer ] | New: rsandell [ rsandell ] |
Might actually be better to call this postBuild rather than notifications - the core distinction between postBuild and notifications is that postBuild runs within the node block the build executed in, which would be the case for any post-stage action (though with per-stage agents, we'd have to explicitly put this execution inside that, but that's trivial enough)...