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

Variable resolution in GString fails for docker args

XMLWordPrintable

      agent {
        docker {
          image 'maven:3-alpine'
          args "-v ${HOME}/.m2:/root/.m2"
        }
       }

      Fails with compilation error
      groovy.lang.MissingPropertyException: No such property: HOME for class: groovy.lang.Binding
      The HOME env var should technically be there in runtime since we are inside a node block

            abayer Andrew Bayer
            rsandell rsandell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: