jenkinsci / ec2-fleet-plugin

The EC2 Fleet plugin launches EC2 instances as worker nodes for Jenkins CI server, automatically scaling the capacity with the load.
https://plugins.jenkins.io/ec2-fleet/
Apache License 2.0
111 stars 81 forks source link

Update constructor to follow CasC best practices #417

Open vineeth-bandi opened 1 year ago

vineeth-bandi commented 1 year ago

Tracks changes previously released as #406 as part of release version 3.0.1 and reverted in #416. Ran into an unreproducible bug and unable to find root cause issue. These documentation and constructor changes bring EC2FleetCloud and EC2FleetLabelCloud up to the guidelines defined in the Jenkins Developer Documentation. The changes will be kept and developed in this fork for release in the future.