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

Incorrect quoting of environment variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • grails-plugin
    • None

      To reproduce:
      Add a build parameter with a value that contains a space.
      The plugin will pass:
      "-Dvar=value"
      The quoting for that statement results in Grails parsing anything after the space incorrectly.
      Possible fix:
      "-Dvar=\"value\""

            jeffg2one jeffg2one
            asedlackparts Aron Sedlack
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: