Issue Type: Bug Bug
Assignee: ragesh_nair
Components: rebuild
Created: 28/Feb/13 6:04 PM
Description:

For one of my Jobs I need multiple lines of text in one parameter, e.g.

In the parameterized build trigger plugin I specify this parameter with "\n":

PROJECTPROPERTIES=sonar.projectKey=preismonitor-lokal\nsonar.projectName=preismonitor-lokal

This correctly passes the parameter with newline characters to the second build.

In the build.xml of the jenkins-build, the newlines are stored normally

<value>sonar.projectKey=preismonitor-lokal
sonar.projectName=preismonitor-lokal</value>

However if I use the rebuild-plugin to re-trigger the build later on, it seems to cut off the newlines and pass the string in one single line, which causes the rebuild to fail:

... -Dsonar.projectKey=preismonitor-lokalsonar.projectName=preismonitor-lokal ...

Project: Jenkins
Priority: Major Major
Reporter: centic
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to