Issue
How do I shutdown/restart agent process gracefully on a linux box?
Environment
- CloudBees Jenkins Enterprise
- Linux Agents
Resolution
Sometimes you want to terminate the agent process on a linux ssh-connected node.
Whilst you can log on to the node, identify the java process and terminate it with kill, there is a much easier way via the Jenkins UI on the master.
- Navigate to “{JENKINS_URL}/computer”
- Select the node you wish to shutdown.
- Select “Disconnect” from the menu on the left. This will terminate the process.
If you wish to gracefully shutdown, then select “Mark this node temporarily offline”, wait for the running builds to finish and then select “Disconnect”.
0 Comments