We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
5.4.228-132.418.amzn2.x86_64
Multibranch workflow should be aborted after 3 mins
The job is never aborted
I can confirm the timeout works on free style jobs, but not in multibranch
The text was updated successfully, but these errors were encountered:
or Do you consider a workflow and pipeline the same? so multibranch workflow won't also work like the pipeline job?
Sorry, something went wrong.
We also observe that the global timeout does not work in multibranch pipelines.
timeout() {} in the Jenkinsfile works. It would still be nice to have a global timeout for all pipelines that do not configure it specifically.
timeout() {}
Jenkinsfile
No branches or pull requests
Jenkins and plugins versions report
Environment
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
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
The text was updated successfully, but these errors were encountered: