Jira-Plugin ignored no_proxy settings

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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?

       

        1. jira_settings.png
          48 kB
          Dan Steffen
        2. proxy_settings.png
          20 kB
          Dan Steffen

            Assignee:
            Unassigned
            Reporter:
            Dan Steffen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: