jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-54764] builds fail when using timeout step with the Pipeline Basic Steps Plugin
- Dominant language
- Java
- Stars
- 46
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
timeout is set up to 10 - 20 minutes
since we upgraded to version 2.12 all pipeline builds fail after a certain time with the following error message:
After 10s process did not stop
After downgrading back to 2.11 builds are successful again
---
Originally reported by swtch3k, imported from: builds fail when using timeout step with the Pipeline Basic Steps Plugin
Raw content of original issue
timeout is set up to 10 - 20 minutes
since we upgraded to version 2.12 all pipeline builds fail after a certain time with the following error message:
After 10s process did not stop
After downgrading back to 2.11 builds are successful again
environment
```
Jenkins ver. 2.138.3
basic steps plugin 2.12
```
Contributor guide
Assessment
This issue has not been assessed yet.