jenkinsci / jenkinsci/gerrit-trigger-plugin
[JENKINS-39217] Credentials plugin 2.1.7 breaks gerrit integration
- Dominant language
- Java
- Stars
- 226
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
Jenkins unable to start after upgrading credentials plugin from 2.1.6 to 2.1.7 and restarting the jenkins service.
/var/log/jenkins/jenkins.log shows a continuing stream of:
```
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritProjectListUpdater tryLoadProjectList
INFO: Not connected to gerrit, waiting for 64 second(s)
```
Workaround available: Downgrade to credentials 2.1.6 plugin and restart.
---
Originally reported by
alt_jmellor, imported from: Credentials plugin 2.1.7 breaks gerrit integration
rsandell
Raw content of original issue
Jenkins unable to start after upgrading credentials plugin from 2.1.6 to 2.1.7 and restarting the jenkins service.
/var/log/jenkins/jenkins.log shows a continuing stream of:
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritProjectListUpdater tryLoadProjectList
INFO: Not connected to gerrit, waiting for 64 second(s)Workaround available: Downgrade to credentials 2.1.6 plugin and restart.
environment
```
Jenkins 1.656 on Ubuntu 12.04.5/latest
Gerrit 2.13.1
credentials.hpi version 2.1.7
```
Contributor guide
Assessment
This issue has not been assessed yet.