Alexander Wolff edited a comment on Bug JENKINS-25216

It seems that the behaviour is not a bug. Downstream projects are only scheduled if the current project is built successfully.

Looking at hudson.maven.AbstractMavenProject.java in Jenkins maven-plugin, this issue is almost resolved in the logic. There is a condition in shouldTriggerBuild() to return immediately if build result doesn't meet Result#SUCCESS.

In my opinion the condition should be configurable like post build actions.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to