-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows
Jenkins 1.467
EnvInject 1.55
To reproduce:
Create maven2 project
Add prebuild step: Inject environment variables, add to property content field: "VAR123=Value123"
Set maven goals: "clean -Dparam=${VAR123}"
Build project
Logs:
Executing Maven: -B -f C:\Jenkins\jobs(Temp)\workspace\pom.xml clean -Dparam=${VAR123}
Update: The bug is reproducible with Jenkins 1.471
- is related to
-
JENKINS-20884 Variable expansion in maven goals
-
- Resolved
-