DEV Community

taragurung
taragurung

Posted on

How do you scale Jenkins slave node?

Top comments (2)

Collapse
 
dhandspikerwade profile image
Devin Handspiker-Wade

Generally, you add more nodes.

Once you get to the point where you need more nodes, it's a good idea to create a script or configuration management system to make it easier to create new nodes with your standard config.

Collapse
 
taragrg6 profile image
taragurung

We are using the Amazon EC2 plugin now and making it to spun a slave node AMI.

Does your script works well to scale up / down.