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

Inject deployment env variables in the build

XMLWordPrintable

      This enhancement should allow users to have the environment variables below on their builds. In this way, they can know for example which environment and what was the path which triggered the build.

      envVars.put("DEPLOYMENT_ENV", StringUtils.join(deploymentHost, ","));
      env.put("DEPLOYMENT_HOST", hostRecord.getHost());
      env.put("DEPLOYMENT_PATH", hostRecord.getPath());
      env.put("DEPLOYMENT_TIMESTAMP", hostRecord.getTimestampString());

            fbelzunc Félix Belzunce Arcos
            fbelzunc Félix Belzunce Arcos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: