-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.121
Tomcat 8.5.8
JDK 8.0.141
SLES 12.1
We use a Jenkins in the Version 2.121 on a tomcat 8.5.8 with the jira-plugin 3.0.0 and the plugin ignores the no-proxy-rules in the Plugins settings of jenkins, because after I configure the jira-Server and click on: "verify settings" buttons I get the error:
16-Aug-2018 16:32:00.275 WARNING [Handling POST /jenkins/descriptorByName/hudson.plugins.jira.JiraSite/validate from 192.168.1.22 : http-nio-8080-exec-7] hudson.plugins.jira.JiraSite$DescriptorImpl.doValidate Failed to login to JIRA at https://jira.example.com/jira/ RestClientException{statusCode=Optional.of(403), errorCollections=[]}
and a message from our company proxy-Server.
I also add the settings to the tomcat in the setenv.sh by the following lines
JAVA_OPTS="-Dhttps.proxyHost=proxy.example.com -Dhttps.proxyPort=8080 -Dhttp.proxyHost=proxy.example.com -Dhttp.proxyPort=8080 -Dhttp.nonproxyHosts=*.example.com -Dhttps.nonproxyHosts=*.example.com"
but it has no effect.
I am not sure if this is really a bug or just a misconfiguration, maybe someone here can take a look for this issue?
- duplicates
-
JENKINS-51164 JIRA plugin doesn't honor proxy excludes
- Closed