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

Backslashes in Environment / Script-Variables are not quoted correctly for Groovy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • scripttrigger-plugin
    • None
    • Windows

      Under windows, the variable "WORKSPACE" usually contains backward-shlashes (i.e. "C:\Jenkins\foo\bar"). Trying to assign a string variable like

      String baz = "$WORKSPACE
      sandbox";

      is not possible. After the variables are substitued Groovy complains about illegal character, since the statement looks like this:

      String baz = "C:\Jenkins\foo\bar
      sandbox";
      ^ illegal escape sequence

            gbois Gregory Boissinot
            pschaefer_de Peter Schaefer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: