-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.303.2
Plugin 3.1.5.1
I trigger 2 builds at the same time, and I try to wait for them with the handle.updateBuildStatusBlocking() function.
However, randomly I receive sleep interrupted and the the builds, even though the build is still running in the remote server.
I already tried to tweak every single parameter for the triggerRemoteJob step, but none changes this.
[JENKINS-67019] Sleep interrupted when triggering two jobs in parallel
Description |
Original:
I trigger 2 builds at the same time, and I try to wait for them with the handle.updateBuildStatusBlocking() function.
However, randomly I receive sleep interrupted and the the builds, even though the build is still running in the remote server. I already tried to tweak every single parameter for the triggerRemoteJob step, but none changes this. The same issue seems to happen when doing the "while" loop approach, but it just fails silently. |
New:
I trigger 2 builds at the same time, and I try to wait for them with the handle.updateBuildStatusBlocking() function.
However, randomly I receive sleep interrupted and the the builds, even though the build is still running in the remote server. I already tried to tweak every single parameter for the triggerRemoteJob step, but none changes this. |