Create a new Jenkins node, and run your Jenkins agent as a service
Table of Contents
Pre-requisites
Java
Jenkins user
Docker
Create a new node in Jenkins
Node creation in the UI
Node configuration
Run your Jenkins agent as a service
In this tutorial, we will review how to start a Jenkins agent as a Linux service with systemd.
When using Docker for my agents, entering the correct options on the command line should cause the agents to restart automatically.
Sometimes, such as when...