-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-stage-step-plugin
-
None
Many times in scripted pipeline I need to use something like
catchError() {
stage('Stage Name') {
..
}
}
it would be easier if stage block have option like "continue".