How to add new linux node of Jenkins?

Prerequisites:

IP of new linux node

Install JDK on new node

Steps:

  1. Configure SSH connectivity from Master node to Slave node
  2. Goto Manage Jenkins -> System Configuration -> Manage Nodes and Clouds
  3. Add a new slave node
  4. Enter Host IP and Add Credentials with SSH key to connect to the server
  5. Save the new node
  6. Check the status of new node