Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: bd57582e17663644362a9828a4b99295e81fde13
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/bd57582e17663644362a9828a4b99295e81fde13
  Author: Alexander Akbashev <mr.akbas...@gmail.com>
  Date:   2017-11-20 (Mon, 20 Nov 2017)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimer.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimerTask.java

  Log Message:
  -----------
  Explicitly provide GerritTrigger object to `schedule` method

Before it was possible to hit the race condtion during Jenkins
initalization: GerritTrigger was already completely initialized, but Job
object was still "under construction". As result
`calculateDynamicConfigRefreshInterval` did a fallback to Average
interval. Unfortnately, the list of server could be non-initilized as
well. That leads to using `MINIMUM_DYNAMIC_CONFIG_REFRESH_INTERVAL`
instead of specified one.


  Commit: d7826cdc6673d3944c2e59e7a63c6510c711e021
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d7826cdc6673d3944c2e59e7a63c6510c711e021
  Author: Robert Sandell <rsand...@cloudbees.com>
  Date:   2017-12-01 (Fri, 01 Dec 2017)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimer.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerTimerTask.java

  Log Message:
  -----------
  Merge pull request #334 from Jimilian/fix_wrong_poll_time

Explicitly provide GerritTrigger object to `schedule` method


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/c18db69bf58c...d7826cdc6673

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to