Jenkins workflow plugin is great but have an important limitation that prevent us to replace the Pipeline and Deployment Pipeline plugins used: in case of a failure, it is not possible to re-run the pipeline from any failed steps.
Supposing we have a big pipeline, when a step failed, it should be possible to re-run from the failed step in order to complete the Pipeline without necessity of re-running all the pipeline.
- duplicates
-
JENKINS-33846 Restart pipeline from specific stage, after failure
- Open