jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-47390] Allow durable task step to, uh, not be. Durable, that is.
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
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">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">JENKINS-47300) and being able to switch implementations.
---
Originally reported by svanoort, imported from: Allow durable task step to, uh, not be. Durable, that is.
Raw content of original issue
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.
Contributor guide
Assessment
This issue has not been assessed yet.