|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15002) Parameterized trigger pas... [email protected] (JIRA)
- [JIRA] (JENKINS-15002) Parameterized trigge... [email protected] (JIRA)
- [JIRA] (JENKINS-15002) Parameterized trigge... [email protected] (JIRA)
- [JIRA] (JENKINS-15002) Parameterized trigge... [email protected] (JIRA)

Thanks cjo9900 for explaining the mechanism of how IVY triggering downstream build.
Regarding to
Ivy job triggers a parameterized Ivy job => the Ivy job get only default param values
Even if I set configure the downstream job to use the option of "Use parameters from upstream builds", it doesn't get the desired param values.
I guess IVY plugin has it own method to pass parameter to downstream job. That why all param values passed by upstream IVY job will be failed. I rather think that the issue is related to this line of code [1]. But I have no background to know how the IVY job get the param and pass them to the downstream....
[1] https://github.com/jenkinsci/ivy-plugin/blob/master/src/main/java/hudson/ivy/AbstractIvyBuild.java#L136