With a "retry" block defined inside the Jenkinsfile, aborting a pipeline build does not abort the pipeline. Instead, the "retry" block will catch the abort and the Jenkinsfile still executes. Essentially, the meaning and control behind the Jenkins "abort" feature is completely lost.
- duplicates
-
JENKINS-41276 Abort doesn't work with Retry
- Resolved