Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
I have a specific Global environment variables set in Hudson/Manage
Hudson/Configure System/Global Properties, called TEST.
When I use a 'Free style' Hudson job with a Shell script, I can use ${TEST} in my
shell command.
When it is defined in a m2 extra step, Shell script does not see the TEST variable
(I did a set command on both case), whereas for ANT m2 extra step, ANT script see
it.
Attachments
Issue Links
- is duplicated by
-
JENKINS-4851 Taking into account global properties
-
- Closed
-
I have the same issue on 1.384.
when I define a global property (name=TEST and value=MYVALUE) in "Hudson/Manage
Hudson/Configure System/Global Properties" and I use it in the ant properties box like test=${TEST} then I have this output :
[echo] test=${TEST}