-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Use case:
try { stage('build') { ... } stage('test') { ... } stage('release') { ... } } catch (StageException ex) { notify("ex.stageName failed!", ex.innerException.message) }
- relates to
-
JENKINS-48315 Add env variable LAST_STAGE_NAME which will persist when stage ends prematurely
-
- Open
-
[JENKINS-47236] Add stage information to exceptions in pipeline builds
Link | New: This issue relates to JENKINS-48315 [ JENKINS-48315 ] |