How to add new linux node of Jenkins?
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Prerequisites:
IP of new linux node
Install JDK on new node
Steps:
- Configure SSH connectivity from Master node to Slave node
- Goto Manage Jenkins -> System Configuration -> Manage Nodes and Clouds
- Add a new slave node
- Enter Host IP and Add Credentials with SSH key to connect to the server
- Save the new node
- Check the status of new node