taragurung Posted on Jun 5, 2019 How do you scale Jenkins slave node? #discuss Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Devin Handspiker-Wade Devin Handspiker-Wade Devin Handspiker-Wade Follow Primarily PHP and Javascript developer with a passion for automation. Currently dabbling in Go Location Halifax, Nova Scotia Work Senior Back End Developer Joined Feb 22, 2017 • Jun 5 '19 Dropdown menu Copy link Hide 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 Expand taragurung taragurung taragurung Follow DEVOPS, SRE on progress Joined Aug 6, 2018 • Jun 5 '19 Dropdown menu Copy link Hide 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. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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.
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.