-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
All
Would love to have the Task name exposed as an environment name during task execution. We use mostly free-style projects. All projects call the same script, Execute.sh. This script determines what needs to be done by inspecting Hudson environment variable values. Currently there is no way to determine which task is being called. If the task name were exposed (ie: TASK_NAME), I would be able to call specific code based on that value.