| 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
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? |