jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-62523] workflow-basic-steps plugin doesn't work well with the OOB Pause/Resume functionality of Jenkins
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
When I paused the Jenkins build during the execution of "Stage" where I added timeout option in the Jenkinsfile. It pauses the execution but the counter of timeout continues.
Means, it will internally count time which we mentioned for stage. After completion of timeout it will show the below error:
Pausing
Cancelling nested steps due to timeout
Body did not finish within grace period; terminating with extreme prejudice
Resuming
---
Originally reported by komakumb, imported from: workflow-basic-steps plugin doesn't work well with the OOB Pause/Resume functionality of Jenkins
kohsuke
Raw content of original issue
When I paused the Jenkins build during the execution of "Stage" where I added timeout option in the Jenkinsfile. It pauses the execution but the counter of timeout continues.
Means, it will internally count time which we mentioned for stage. After completion of timeout it will show the below error:
Pausing
Cancelling nested steps due to timeout
Body did not finish within grace period; terminating with extreme prejudice
Resuming
Contributor guide
Assessment
This issue has not been assessed yet.