-
New Feature
-
Resolution: Fixed
-
Minor
-
None
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());