Hi,
we have events-plugin installed in our gerrit instance with below configurations :
[events-log]
maxAge = 30
returnLimit = 7000
storeDriver = com.mysql.jdbc.Driver
storeUrl = jdbc:mysql://localhost/eventsdb
localStorePath = /opt/events_backup
urlOptions = DB_CLOSE_DELAY=1
copyLocal = true
when it is configured with Jenkins to trigger the build. Gerrit parameters are missing from the Jenkins build parameters. PFA.
Scenarios:
1. Jenkins will trigger the parameters "GERRIT_HOST" , "GERRIT_PORT", "GERRIT_PORT" , "GERRIT_SCHEME" , " GERRIT_VERSION" when the Jenkins is online using events-log plugin.
2. Jenkins fail to trigger the above parameters when Jenkins is OFFLINE using events-log plugin.
The goal of the plugin is to allow trigger changes which occurred when Jenkins was offline, Which failed in the above scenario, Could you please let us know if it is expected behavior or a bug.
Regards
Ashwini