-
Bug
-
Resolution: Cannot Reproduce
-
Major
Since last LTS upgrade (2.346.1), environment variable MAVEN_OPTS is removed from node environment.
==> If I print environment variables in the job, MAVEN_OPTS does not exists.
I tried to declare MAVEN_OPTS as a global variable, or as a node environment variable,
The only way I found to apply MAVEN_OPTS for now is to declare it in the node OS (Windows). I would rather manage the settings centralized in jenkins, and if possible having the opportunity to declare them by node (to differentiate windows/unix settings)
It was working OK in the previous version (using MAVEN_OPTS in the node environment variables)