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

Allow appending to the PATH in environment sections

XMLWordPrintable

    • Declarative - 1.2

      You should be able to append to the path in the environment sections of a pipeline. Scripted pipelines support this through PATH+WHATEVER syntax in the `withEnv` step.

      Attempting to use PATH = "${PATH}:..." at a top level results in this error being thrown "groovy.lang.MissingPropertyException: No such property: PATH", and attempting to use PATH+WHATEVER results in "(PATH + GO) is a binary expression, but it should be a variable expression"

            abayer Andrew Bayer
            naruda Conor Nevin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: