Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 47c038a5b8214776acc04dd1f7772228c7081467
      
https://github.com/jenkinsci/docker-plugin/commit/47c038a5b8214776acc04dd1f7772228c7081467
  Author: Peter Darton <pjdar...@gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java

  Log Message:
  -----------
  Prevent over-provisioning

Jenkins can keep on asking for more executors even though it has enough
slaves promised to it that will satisfy demand once they come online.
We already keep track of the number of slaves that we are in the process
of creating but have yet to give to Jenkins, so if we include that count
when determining demand, we can ensure we do not provision more
containers than permitted.


-- 
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