-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Environment Injector Plugin 1.92.1
[root@localhost jenkins]# cat /etc/centos-release
CentOS Linux release 7.0.1406 (Core)
[root@localhost jenkins]# uname -a
Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost jenkins]# /etc/alternatives/java -version
openjdk version "1.8.0_60"
OpenJDK Runtime Environment (build 1.8.0_60-b27)
OpenJDK 64-Bit Server VM (build 25.60-b23, mixed mode)
[root@localhost jenkins]# rpm -q jenkins
jenkins-1.625.1-1.1.noarch
Environment Injector Plugin 1.92.1 [ root@localhost jenkins]# cat /etc/centos-release CentOS Linux release 7.0.1406 (Core) [ root@localhost jenkins]# uname -a Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [ root@localhost jenkins]# /etc/alternatives/java -version openjdk version "1.8.0_60" OpenJDK Runtime Environment (build 1.8.0_60-b27) OpenJDK 64-Bit Server VM (build 25.60-b23, mixed mode) [ root@localhost jenkins]# rpm -q jenkins jenkins-1.625.1-1.1.noarch
I have tried this both using the key/value in the GUI and inside of a properties file.
set no_proxy key and value
set NO_PROXY key and value
If the character sequence is the same aside from the case, the second variable will not be set. This is verified by looking in config.xml and returning back to the manage system page in the GUI and the second variable is not added. I think this is a bug since the shell allows you to do this and in the case of the HTTP_PROXY/http_proxy set of variables some applications look for uppercase while others look for lowercase so the plugin should allow you to do this as well.