Write down steps to add new linux node of Jenkins?

  1. Install java in the node via yum/apt
  2. In jenkins master, use option Jenkins >> Nodes >> New Node
  3. Enter the following options based on your Setup
    1. Hostname/Ip address
    2. Username
    3. password/key
    4. Worplace directory in slave
    5. A name for slave and a label(optional)
  4. Save and ensure a successful connection is established