Issue Type: Bug Bug
Assignee: huybrechts
Components: parameterized-trigger
Created: 08/Apr/13 7:24 PM
Description:

When using the "trigger other jobs" feature, build parameters are not send correctly to Gradle jobs.

The plugin format arguments by adding a -Dxxx which is an Ant syntax. In Gradle, build arguments follow -Pxxx syntax.

Example :

Predefined parameters : release=${release}
Job call (console output) : xxxx\gradle -Drelease=true
Should be : xxxx\gradle -Prelease=true

Environment: Windows Server 2008 R2
parameterized-trigger v2.17
Jenkins v1.486
Project: Jenkins
Labels: plugin gradle
Priority: Minor Minor
Reporter: Jérémie Charest
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.
 
 

Reply via email to