I am using 1.471 with plugin 0.3. I have configured 9 parameterized jobs (defaults set). with anonymous access, it works properly with default parameter values. If I migrate plugin to 0.4 it fails as it can't use default parameter..

Is this plugin supposed to handle parameters? I mean If I make this job parameterized, and set up following way

parallel (
{ build ( "job1" , p1: "${p1}", p2: "${p2}", p3: "${p3}" ) },
{ build ( "job2" , p1: "${p1}", p2: "${p2}", p3: "${p3}" ) }
)

should it work?

Thanks

S

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

Reply via email to