ec2-plugin
ec2-plugin copied to clipboard
Jenkins ec2 plugin
If we're using more than 1 executor per agent and the scheduling strategy spreads builds across the existing agents, we could end up scaling up many more agents than we...
Demonstrate adding findsecbugs to spotbugs. This commit is a demonstration and is not intended to be merged as-is. Findsecbugs reports several findings for this plugin, but all of them can...
Sometimes when launching a new instance, `DescribeInstances` does not report data within the amount of time that `getInstanceWithRetry` waits. However, the instance is created and eventually Jenkins can't create any...
Added minimum uphours feature so that agent stays up for specified minimum hours before considering for termination. Once agent stayed for minimum number of hours other rules (like idle termination...
Quoting the [JIRA issue](https://issues.jenkins-ci.org/browse/JENKINS-56839): > AWS' new T3 instance type is set to run with T2/T3 Unlimited enabled. > > The way that the current EC2 plugin is designed, we...
This is a simple fix to make the availability zone a select control containing the AZs in the current region, instead of a text box.
When provisioning several on demand slaves, provisionOndemand() can return the same slave multiple times while it is launching. Keep a list of already provisioned slaves, and exclude them from the...
…ation of prefixString (try another way)
Fix instance cap by using the same checks as with regular instances. Also small fix that currently allows instance_cap + 1 instances to be started
This will allow chose to use of native ssh/scp to configure slave node. Helps to overcome limitations of java-based ssh client, e.g. launch slaves in different VPC and access them...