Branch: refs/heads/master
Home: https://github.com/jenkinsci/gerrit-trigger-plugin
Commit: d50564dbf6baac312d6d28086f57fa21ba2d9ad3
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d50564dbf6baac312d6d28086f57fa21ba2d9ad3
Author: Georg Bremer <[email protected]>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimerTask.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTest.java
Log Message:
-----------
Always unblock executors waiting for dynamic trigger configuration
Executors are waiting for the project to be ready. This is done so the
list of dynamic trigger projects has finished loading. To ensure the
tasks are not waiting forever, the list must always be set and the latch
released, even when the job is disabled or the trigger was disabled,
fetching of the trigger list failed or similar.
Added two new tests, one for failing to fetch the trigger file, one for
disabled job.
Signed-off-by: Georg Bremer <[email protected]>
Commit: 34862438ed39c3efcaa243cda07e60ffef3e8461
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/34862438ed39c3efcaa243cda07e60ffef3e8461
Author: Robert Sandell <[email protected]>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimerTask.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTest.java
Log Message:
-----------
Merge pull request #403 from Dschoordsch/fix_something_got_stuck_error
[JENKINS-56528] Always unblock executors waiting for dynamic trigger
configuration
Compare:
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/a8f7f7f74771...34862438ed39
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-trigger-plugin/push/refs/heads/master/a8f7f7-348624%40github.com.