How to Create Jenkins Slave on Linux

1 · Hayato Iriumi · Oct. 21, 2021, 12:05 a.m.
Most of the articles I find on creating a permanent Jenkins slave on Linux requires the slave node to be exposed to public Internet. I want the Linux slave to be pinging Jenkins master just like Windows service. Here is the way I came up with. Install Prerequisites Java (sudo dnf install java-11-openjdk.x86_64) Check if … Continue reading "How to Create Jenkins Slave on Linux"...