Issue Type: Bug Bug
Assignee: rsandell
Components: gerrit-trigger
Created: 07/Sep/12 2:21 PM
Description:

Some parameters are quoted with unix-stylq quotes, even on Windows.
e.g.

In this case both Gerrit and Jenkins run on Windows

I noticed https://issues.jenkins-ci.org/browse/JENKINS-5552 which seems to have a similar problem, but blame it on the BS-Build plugin.

When I look at the properties for the failed build they containe backslashes
before quotes, which seems wierd. I don't think this is the right place for quoting. Shouldn't the part that passes the propertie to the command line be the one that understands what and how to quote things.

\"My Name <[email protected]\"

On windows this should be something like this.

"""My Name <[email protected]"""

Is all of the problem in Jenkins, or does Gerrit have any part of it?

Environment: Windows
Project: Jenkins
Priority: Major Major
Reporter: Robin Rosenberg
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