I've got Jenkins set up with a master and one EC2 slave.
- The master is set up with # of executors: 0
The slave is set up with
of executors: 2
- Stop/Disconnect on Idle Timeout
- Utilize this node as much as possible
When the slave is offline, and a new build is scheduled, it just hangs on pending—Waiting for next available executor
. The slave is not started.
Launching the slave manually via the UI in Jenkins works fine. My builds are then run.
Am I missing a setting? Should Jenkins not fire up the slave when it is needed?
Thanks