Branch: refs/heads/master Home: https://github.com/jenkinsci/gerrit-trigger-plugin Commit: 87087e125b884d200e1a9a6b90d36cd8ef4d53bb https://github.com/jenkinsci/gerrit-trigger-plugin/commit/87087e125b884d200e1a9a6b90d36cd8ef4d53bb Author: Neri Marschik <codes...@users.noreply.github.com> Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths: M src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java Log Message: ----------- fix: connection is not established on startup The connection is established in the ItemListener.onLoad() handler. onLoad is not called in case of a Jenkins soft restart[1]. This happens for example when using the Jenkins Kubernetes operator which loads configuration after Jenkins startup and then issues a soft restart. [1] https://github.com/jenkinsci/jenkins/blob/c9eaf345d845ec8b433120479a718a7f33e5850d/core/src/main/java/jenkins/model/Jenkins.java#L4282 Commit: a01d23d891ac07deba6b0c598a02d7c3d1dff0fb https://github.com/jenkinsci/gerrit-trigger-plugin/commit/a01d23d891ac07deba6b0c598a02d7c3d1dff0fb Author: Robert Sandell <rsand...@cloudbees.com> Date: 2021-09-10 (Fri, 10 Sep 2021) Changed paths: M src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java Log Message: ----------- Merge pull request #447 from codesuki/connect-fix Connection is not established on startup Compare: https://github.com/jenkinsci/gerrit-trigger-plugin/compare/67558e75bca8...a01d23d891ac -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-trigger-plugin/push/refs/heads/master/67558e-a01d23%40github.com.