-
Improvement
-
Resolution: Fixed
-
Minor
-
None
The parameterized trigger plugin has to use 2 different mechanisms to trigger projects because maven2 jobs current use downstreamProject.scheduleBuild directly rather than using the DependencyGraph mechanism. If it used DependencyGraph then the parameterized-trigger plugin could remove its special case handling for maven projects. This is in reference to JENKINS-6141.
- is blocking
-
JENKINS-7521 Join plugin 1.9 does not work with downstream matrix projects
-
- Resolved
-
Code changed in hudson
User: : mindless
Path:
trunk/hudson/plugins/parameterized-trigger/src/main/java/hudson/plugins/parameterizedtrigger/BuildTrigger.java
http://jenkins-ci.org/commit/33360
Log:
[parameterized-trigger] [FIXED JENKINS-6141] Maven plugin currently does not
use DependencyGraph to trigger downstream jobs so parameters were lost when
the upstream job is a maven project. Now excluding maven projects from
DependencyGraph handling, until
JENKINS-6274is implemented.