ec2-plugin icon indicating copy to clipboard operation
ec2-plugin copied to clipboard

Jenkins ec2 plugin

Results 54 ec2-plugin issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

work-in-progress
enhancement

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

bugfix

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

enhancement

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

enhancement

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

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