-
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.
Unfortunately I will not have time to work on EnvInject issues for a while. I decided to unassign all issues so that somebody can take them and finalize.
Context: The plugin has been waiting for adoption for ~2 years. During all this time I was trying to keep this plugin afloat by reviewing the incoming pull requests, fixing defects and keeping the codebase up to date to simplify the handover. But I have not been using this plugin on my own so that such maintenance was a bit lame. I invite all active users to contribute to the plugin by taking ownership of this plugin and of EnvInject API. I am happy to provide any required knowledge transfers and do some assistance during the first months of maintenance