Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: acb94f885619c142e1113f68c41111e522895236
      
https://github.com/jenkinsci/lockable-resources-plugin/commit/acb94f885619c142e1113f68c41111e522895236
  Author: Robin Jarry <[email protected]>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    M 
src/main/java/org/jenkins/plugins/lockableresources/LockableResourcesManager.java
    M 
src/main/java/org/jenkins/plugins/lockableresources/queue/LockableResourcesQueueTaskDispatcher.java

  Log Message:
  -----------
  Use QueueTaskDispatcher canRun() instead of canTake()

This allows to provide more explicit messages when a build is blocked
because it needs already locked resources.

Signed-off-by: Aki Asikainen <[email protected]>
Signed-off-by: Robin Jarry <[email protected]>


  Commit: 826555b2b2c209713136f316d83122a97a43b4f8
      
https://github.com/jenkinsci/lockable-resources-plugin/commit/826555b2b2c209713136f316d83122a97a43b4f8
  Author: Robin Jarry <[email protected]>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    M src/main/java/org/jenkins/plugins/lockableresources/LockableResource.java
    M 
src/main/java/org/jenkins/plugins/lockableresources/LockableResourcesManager.java
    M 
src/main/java/org/jenkins/plugins/lockableresources/actions/LockableResourcesRootAction.java
    M 
src/main/java/org/jenkins/plugins/lockableresources/queue/LockRunListener.java
    M 
src/main/resources/org/jenkins/plugins/lockableresources/actions/LockableResourcesRootAction/index.jelly

  Log Message:
  -----------
  add status of queuing and button for dequeue

Signed-off-by: Aki Asikainen <[email protected]>
Signed-off-by: Robin Jarry <[email protected]>


  Commit: 1cec1360b05d3da4923e2922eef0e11cebb2e242
      
https://github.com/jenkinsci/lockable-resources-plugin/commit/1cec1360b05d3da4923e2922eef0e11cebb2e242
  Author: Robin Jarry <[email protected]>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    M src/main/java/org/jenkins/plugins/lockableresources/LockableResource.java
    M 
src/main/java/org/jenkins/plugins/lockableresources/LockableResourcesManager.java

  Log Message:
  -----------
  add timeout for queued state

It is possible that already queued builds get cancelled by the user. In
order to avoid builds to stay queued and canceled forever, there is a
timeout (hardcoded to 60 seconds).

The hard fixed value should not be a problem. If timeout takes place
(which means there's another blocking issue), the resource(s) will be
freed. But as soon as Jenkins checks the build's queue status next
time, resource(s) will be queued/reserved again.

This timeout does not abort a build, a build in a waiting/queued state
shall continue waiting. This is needed, because if a build is aborted
during another blockage, queued/reserved resources may not be freed.

Signed-off-by: Aki Asikainen <[email protected]>
Signed-off-by: Robin Jarry <[email protected]>


  Commit: 921528ff57006566fc74d2c01a82155462cdf453
      
https://github.com/jenkinsci/lockable-resources-plugin/commit/921528ff57006566fc74d2c01a82155462cdf453
  Author: Robin Jarry <[email protected]>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  add .gitignore

Signed-off-by: Robin Jarry <[email protected]>


Compare: 
https://github.com/jenkinsci/lockable-resources-plugin/compare/c6007702ee9f...921528ff5700

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

Reply via email to