-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
Cent OS 5.5
Jenkins v1.474
When using the Ant Build Step and passing properties using the 'property' option in the UI. The resulting build.xml doesn't echo the property value and it is blank.
If I run the same file from the command line and pass the property as;
> ant -DmyProperty=test1
The build.xml file correctly echo'es the result as;
[echo] myProperty = test1
Thanks