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

WORKSPACE variable for concurrent builds are not defined properly.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core, envinject-plugin
    • None
    • redhat (master/slave)
      jenkins ver=1.448

      I have master/slave setup, and my project has the ability to execute builds in parallel, i.e. I have 'Execute concurrent builds if necessary' option turned on.

      But when I'm trying to inject any environment variables into my job ( 'Inject environment variables to the build process' option ), then the $WORKSPACE variable is NOT defined properly for parallel builds.

      They should be

      ${JENKINS_HOME/workspace/${JOB_NAME}
      ${JENKINS_HOME/workspace/${JOB_NAME}@2
      ${JENKINS_HOME/workspace/${JOB_NAME}@3
      ...
      But $WORKSPACE always points to

      ${JENKINS_HOME/workspace/${JOB_NAME}
      for all job runs.

            gbois Gregory Boissinot
            nnau Natalia Naumova
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: