Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Steps:
Create a .groovy file
In a project, add a build "Execute system grooovy script"
Choose Groovy script file
Enter the path to the script using one of Hudson global property (referenced by $PROPERTY_NAME)
The path is not expanded at execution.
Expected:
The $PROPERTY_NAME is correctly expanded, and can be expanded as an absolute path if it is one. This is what happens in "Execute Shell" build.
Can reproduce, will look on it hopefully soon. Thanks