-
Improvement
-
Resolution: Fixed
-
Major
-
-
Declarative backlog
-
2.2121.vd87fb_6536d1e
I'd like to switch off the restart stage option.
My pipelines currently don't work correctly after restarting a stage (I check out git only at first stage...)
like that:
options {
disableResume()
disableRestart()
}
- is related to
-
JENKINS-45455 Restarting stages
-
- Closed
-
- links to
[JENKINS-54250] Disable restarting stages in jenkinsfile optionally
Summary | Original: Diesable restarting stages in jenkinsfile | New: Disable restarting stages in jenkinsfile |
Link |
New:
This issue is related to |
Summary | Original: Disable restarting stages in jenkinsfile | New: Disable restarting stages in jenkinsfile optionally |
Labels | New: stage-restart-improvements |
Sprint | New: Declarative backlog [ 621 ] |
It might be worthwhile to be able to disable restarting individual stages as well as the whole Pipeline.