-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins: 2.289.3
Swarm Plugin: 3.28
Steps to reproduce:
- Start up Jenkins
- Add Swarm plugin
java -jar .\swarm-client.jar -url http://localhost:8080 -executors 1 -deleteExistingClients -disableClientsUniqueId
- Open the new node via the UI and save it (do not need to change anything)
- Ctrl-C the swarm client process
Notice that the Jenkins Node object remains and is not cleanly deleted as expected.
It appears that when the agent is saved by the UI, the afterDisconnect call in SwarmLauncher is no longer hit