Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-15074

Wrong type of quoting of gerrit parameters to Jenkins

XMLWordPrintable

      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 <myname@example.com\"

      On windows this should be something like this.

      """My Name <myname@example.com"""

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

            rsandell rsandell
            robinr Robin Rosenberg
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: