jenkinsci / jenkinsci/build-timeout-plugin
Global Build timeout does not work for Multibranch Workflows
- Dominant language
- Java
- Stars
- 34
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
### Jenkins and plugins versions report
Environment
```text
Result
Jenkins: 2.375.4
OS: Linux - 5.4.228-132.418.amzn2.x86_64
Java: 17.0.6 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
build-timeout:1.28
```
### What Operating System are you using (both controller, and any agents involved in the problem)?
5.4.228-132.418.amzn2.x86_64
### Reproduction steps
1. We have set the global time out to Absolute 3 minutes (the minimum available)
2. We ran a multibranch workflow
### Expected Results
Multibranch workflow should be aborted after 3 mins
### Actual Results
The job is never aborted
### Anything else?
I can confirm the timeout works on free style jobs, but not in multibranch
Contributor guide
Assessment
This issue has not been assessed yet.