|
||||||||
|
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/groups/opt_out.

1.3.4-SNAPSHOT is indeed bugged with the run button, the retry being the most importent one I think. https://issues.jenkins-ci.org/browse/JENKINS-11105.
But passing parameters seems to work for me, unless i do a retry. Using 1.3.4-SNAPSHOT a new "Manual build other projects" is available. Can't remember the exact name as I'm on sickleave for a month from the project. But for the build that is manually triggered, the "triggering" project has to transfer the parameters to the build a second time.
As an example if your manual build is a parameterized build with the parameter VERSION, you have to repeat it like so:
VERSION=$VERSION
Even if the first triggered build had the parameter with exact same name. At least, that's what I've experienced. Hope it helps, and hope a 1.3.4 version could be tagged and uploaded soon.