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

Can I have my own setup for Jenkins agent? #450

Open modbender opened 1 month ago

modbender commented 1 month ago

So I only want to use the plugin for scaling, we have a dependency on docker, and docker workflow plugin and due to specific setup we have, we have no choice but to deploy the agent through docker container (using jenkins docker agent image).

I tried doing so but I think this is rather buggy. I chose the Launch agent via execution of command on the controller and left the command field empty.

Could someone please guide me on this