-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
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
Interrupted jenkins builds may retry and continue #7549
Comments
Yes, I've known about this for a while and had it in the back of my mind I would fix these some day. Thanks for opening the issue. I never actually dug into one of these before now but the one you have quoted was killed before it got to our script. I.e. It was doing the initial SCM checkout on Jenkins master to load the pipeline script. https://ci.eclipse.org/openj9/job/Build_JDKnext_x86-64_windows_OpenJDK/76/console
Found this Tested internally. There is a global setting |
A workaround would be to set the value to zero so there are no retries on SCM checkout. |
After cancelling a build, the jobs get interrupted, however they may just retry and continue, wasting valuable machine time.
The text was updated successfully, but these errors were encountered: