-
Notifications
You must be signed in to change notification settings - Fork 134
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
Next phase is EXECUTING even though the previous phase is FAILED #189
Comments
How do I know if a job is set to propagate the phase or not? The success and failure jobs only return an exit code. Other than that, they are blank projects with default configurations. The phase jobs in the multijob config are also default settings. |
Hi |
Hi any update on the issue. Is there a work around available for this? |
Encountering the problem off and on in our environment too. Fix would be appreciated. |
See the following for a similar issue: https://issues.jenkins-ci.org/browse/JENKINS-51126
I have a multijob project which is encountering the same issue as above. All of the phase configurations are as follows:
Job Execution Type: Running phase jobs sequentially
Continuation condition to next phase when jobs' statuses are: Successful
For example, I will build the multijob project, a job will fail, yet the next phase will execute. Then I immediately rebuild it (without making any changes), the same job fails, but the phase execution is correctly stopped.
What is is about my multijob configuration that is causing it to occasionally ignore the continuation condition? Is there something I can do as a workaround?
Using Multijob Plugin 1.32
The text was updated successfully, but these errors were encountered: