|
||||||||
|
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.

And I can't see anything in the current version of parameterized trigger that gets me what I want.
To go back to the original bug request: I want to be able to use conditional build steps in a post-build action. Specifically, I want to be able to say:
if $some_build_param = "true"
trigger a downstream build with parameters
end
I need this as a post-build action, in matrix builds.