|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Code changed in jenkins
User: Emil Sit
Path:
src/main/java/hudson/plugins/ec2/EC2Cloud.java
http://jenkins-ci.org/commit/ec2-plugin/5ba9637986eaa6ce8ab5e208c1df617b56925918
Log:
Decrement excessWorkload based on executors on the new slave
Without this, Jenkins would spin up one slave for each job
of excessWorkload even though a slave might be able to handle
more than one. This would cost real money.
Addresses JENKINS-12767