Hey,
From what I know about how Gerrit and Jenkins work together, this is not related to Gerrit. The Jenkins plugins listens to events on Gerrit (through SSH) and reacts by starting a build and posting the results. Gerrit does not do anything special to achieve this.
Issues that we have had in the past:
1) The number of allowed SSH connections to Gerrit is exceeded, check with ssh <server> gerrit show-connections. The according settings in gerrit.config is sshd.maxConnectionsPerUser
2) The connection (or some connections) of the Jenkins plugin broke down somehow. Check in the plugin settings by pressing the reconnect button. Otherwise try restarting Jenkins.
3) Some sort of permission problem…?
Cheers,
Markus
--
--
To unsubscribe, email
repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I manually run query from jenkins slave