-
Bug
-
Resolution: Postponed
-
Blocker
-
Jenkins ver. 2.118 - Windows
Browser - Google Chrome
C:\Users\Administrator>java --version
java 9.0.4
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
The multijob project has 2 (two) phases. The first phase consists of 12 jobs running sequentially. The second phase consist only of 1 job.
The first phase configuration is as follows:
Job Execution Type: Running phase jobs sequentially
Continuation condition to next phase when jobs' statuses are: Successful
However, if one of the 12 jobs in phase 1 fails, THE SECOND PHASE IS STILL EXECUTING. Though sometimes, the multijob project behaves normally, but most of the time we are encountering that issue.
We tried to change the 12 jobs to run in parallel and it seems the issue is not occuring in that configuration.
1st phase running sequentially: (2nd phase executes even when there are failing jobs in phase 1)
1st phase running in parallel: (2nd phase did not run)