just combine the "parameterized trigger plugin" with the "conditional build step plugin":
https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin/Domi
On 30.04.2012, at 18:06, Michael Hüttermann wrote:
> Hello,
>
> I'd like to conditionally trigger downstream jobs: depending on some input
> parameters that a current job receives, a job A is triggered, or a job B.
> Is there any smart way to do that? The "parameterized trigger plugin"
> would be a good candidate but it can only put in relation downstream jobs
> with the current jobs' build status, but I want relation to current jobs'
> input parameters.
>
>
> Thanks.
>
>
> Michael