Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: sonar-gerrit-plugin
-
Labels:None
-
Environment:Jenkins 1.609.2 LTS
sonar-gerrit 1.0.6
gerrit trigger 2.18.3
-
Similar Issues:
Description
I recently installed sonar-gerrit plugin on Jenkins 1.609.2 LTS - due to plug-in dependency gerrit-trigger plugin upgraded from 2.16.0 to 2.18.3 version. After successful Jenkins restart, "Jenkins to Gerrit" connection breaks (No Git/Gerrit actions can be performed from Jenkins). However, from sonar-gerrit plug-in homepage, sonar-gerrit plug-in will work from Jenkins 1.580.1 onwards.
Could you please investigate why gerrit connection breaks when we install sonar-gerrit 1.0.6 & gerrit trigger 2.18.3 on Jenkins 1.609.2 LTS?
Do let me know if any other information is required.
Attachments
Issue Links
- relates to
-
JENKINS-33892 Add details of exception into logging
-
- Resolved
-
We put proxy to java params that runs a tomcat catalina by adding -Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=yyyy in catalina.sh script.
I modified source code of this plugin adding some extra logging and we see in tomcat logs that this kind of request goes to this proxy that we used for updating Jenkins plugins. Other comunication in Jenkins was OK and we don't have any other problems.
Removing this settings and clean settings from jenkins plugin update page - resolve our problem but Jenkins is not able to perform automatic updates now.
Maybe you have similar config on nginx?
Regards