-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 1.527
Build User Vars Plugin 1.1
We use free style project and Maven projects in Jenkins.
If I configure free style project to using user variables from Jenkins, it works.
But for Maven projects values are not propageted to environment or system properties of launched Maven execution.
I create local hot fix of plugin.
Problem was that for Maven projects set of variables never call. I modified method setUp() of class:
and this change works.
But I don't known if this fix is correct. I can create pull request in Git repository for this plugin.
Thanks for reply