-
Bug
-
Resolution: Fixed
-
Major
-
None
Hi
I had a Jenkins job, where I needed to calculate goals to be executed in a shell script. So I two pre-build steps:
- shell script
- inject environment variables (EnvInject)
Then I wanted to put that variable into maven goals, like this:
-o clean install -pl ${some_variable}
This did not work. This change fixes that.
Would be happy to know if this is ok, or should be fixed in some other way.
Regards
Marcin
- is related to
-
JENKINS-14193 EnvInject doesn't pass variables defined in prebuild step if maven project is used
-
- Resolved
-
-
JENKINS-21589 Unresolvable (environment) variables lead to failing maven builds
-
- Resolved
-