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

Job configuration with environment variables are changed during build

XMLWordPrintable

      If environment variables is used in any of the fields that supports it, thoes fields will change with the expanded value when running a build.

      E.g. If the job is configured with:

      Path to exec files:
      targets/${TARGET}/*.exec
      

      Running a build with TARGET set to "dummy", the configuration afterwards will be:

      Path to exec files:
      targets/dummy/*.exec
      

      This is fixed in pull request:
      https://github.com/jenkinsci/jacoco-plugin/pull/94

            ognjenb Ognjen Bubalo
            mgor Mikael Göransson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: