Change By: Michael Werner (14/Nov/14 9:02 AM)
Issue Type: Bug Improvement
Description: In our Jenkins project configurations we want to build projects automatically whenever a SNAPSHOT dependency has been built (stable or with test failures). But this doesn't work for builds that have test failures.

*Example*
* Project
 A is a dependency project for Project  B
* Project B
 is a downstream project of project A
* In section Build Triggers of project B option _Build whenever a SNAPSHOT dependency is built_ is set. 
* Project A is built with test failures (unstable).
* A new SNAPSHOT jar is built for project A
* *Error:* No schedule for project B is created (project B will not be build).

After a build from Project A with test failures and a new created SNAPSHOT jar a build schedule for project B should be created:

Online help for the option _Build whenever a SNAPSHOT dependency is built_:

{quote}
If checked, Jenkins will parse the POMs of this project, and see if any of its snapshot dependencies are built on this Jenkins as well. If so, Jenkins will set up build dependency relationship so that whenever the dependency job is built and a new SNAPSHOT jar is created, Jenkins will schedule a build of this project.
{quote}

Currently in our environment a schedule for Project B will be created only when the build from Project A succeeds (without any Test failures).

Component/s: maven-plugin
Component/s: buildresult-trigger-plugin
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to