Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: buckminster-plugin
-
Labels:None
-
Similar Issues:
Description
I have a lot of builds that use a version number generated by the version number plugin. The property is not available in BM 1.0.5 but it works in version 1.0.3:
Example: Use "create a formatted version number", environment variable "civersion"
Add a shell task:
echo $civersion
--> This works well
Add a BM 1.0.5 task:
setpref targetPlatformPath=${civersion}
--> BM complains about the syntax, a value after the equals sign is required.
Are you happen to use this variable from within a script file? There's a known issue with variable replacement in script files:
http://issues.jenkins-ci.org/browse/JENKINS-7978
If not, I'll try to reproduce this with the version number plugin and post back once I know more.