@Extension(ordinal=100.0)
public class NoDelayProvisionerStrategy
extends hudson.slaves.NodeProvisioner.Strategy
NodeProvisioner.Strategy
which will provision a new node immediately as
a task enter the queue.
Now that EC2 is billed by the minute, we don't really need to wait before provisioning a new node.Constructor and Description |
---|
NoDelayProvisionerStrategy() |
Modifier and Type | Method and Description |
---|---|
hudson.slaves.NodeProvisioner.StrategyDecision |
apply(hudson.slaves.NodeProvisioner.StrategyState strategyState) |
Copyright © 2016–2019. All rights reserved.