-
Improvement
-
Resolution: Unresolved
-
Minor
It may be helpful to offer a "nondurable" mode for durable task step which just uses a normal launcher mode, when pipeline resume is off (JENKINS-33761). This allows us to increase reliability and improve performance a bit.
Note: this depends on the step knowing the execution durability level (JENKINS-47300) and being able to switch implementations.
- is blocked by
-
JENKINS-47300 Provide and use settings to control the durability of pipelines
-
- Closed
-
- is related to
-
JENKINS-33761 Ability to disable Pipeline durability and "resume" build.
-
- Closed
-
Note that as jglick mentions this means we do lose some normal durability against agent disconnects and other transient issues. Would also only apply to the case where resume is explicitly disabled.