Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: fdf50893cbfe10e89aa7d5e2fa6164641d00dfc2
      
https://github.com/jenkinsci/ec2-plugin/commit/fdf50893cbfe10e89aa7d5e2fa6164641d00dfc2
  Author: Kevin P. Fleming <kpflem...@bloomberg.net>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/SlaveTemplate.java

  Log Message:
  -----------
  Ensure that template instance caps are not zero.

Until this patch it was possible to explicitly set a template's
instance cap to zero; this caused no harm as template instance caps
were not enforced until version 1.18. With that version, though,
a cap of zero will keep any instances from being launched, which is
not useful (and is somewhat difficult to debug). This patch disallows
setting template instance caps to zero, and ensures that any that are
already configured to zero are ignored.


  Commit: 881b2b80e488294d7bafbec7844d6f920a38a336
      
https://github.com/jenkinsci/ec2-plugin/commit/881b2b80e488294d7bafbec7844d6f920a38a336
  Author: Francis Upton <franc...@gmail.com>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/SlaveTemplate.java

  Log Message:
  -----------
  Merge pull request #47 from kpfleming/fix-template-cap-zero

Ensure that template instance caps are not zero.


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/f4661e86b66c...881b2b80e488

-- 
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/groups/opt_out.


Reply via email to