This has nothing to do with the Build User Vars Plugin for us. With version 1.6.3 of the Grails Plugin the command line is generated as:

"/var/lib/jenkins/workspace/TS/Dev Unit Tests/skillz/grailsw" -Duser.timezone=UTC -Dgrails.env=test compile --non-interactive

while version 1.7 is:

"/var/lib/jenkins/workspace/TS/Dev Unit Tests/skillz/grailsw" "-Dgrails.work.dir=/var/lib/jenkins/workspace/TS/Dev Unit Tests//target" -Duser.timezone=UTC -Dgrails.env=test compile --non-interactive

Would it be possible for the Jenkins Grails plugin to perform escaping when generating the command line to Grails?

For example:

"/var/lib/jenkins/workspace/TS/Dev Unit Tests/skillz/grailsw" '-Dgrails.work.dir="/var/lib/jenkins/workspace/TS/Dev\ Unit\ Tests//target"' -Duser.timezone=UTC -Dgrails.env=test compile --non-interactive
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/d/optout.

Reply via email to