-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins version: 2.387, Ubuntu 20.04
I am unable to completely remove the windows-slaves-plugin. When I remove it either in the UI or within the linux environment, on restart, the plugin is back and re-enabled. These are the steps I used to reproduce the issue: (attached screenshots of each of the steps below)
- The alert in my Jenkins instance showed that this plugin is depreciated.
- In the plugin manager UI, I clicked the disable plugin toggle.
- I get the warning that I'm uninstalling the agents plugin, which I select yes.
- I then click the restart once no jobs are running button in the UI
- After restart I see the plugin is back and enabled.
I also repeated the steps above on the command line by doing the following:
- Disable the plugin in the UI
- Stop jenkins in linux
sudo systemctl stop jenkins.service
- I removed the plugins.
rm -rf window-slaves.jpi rm -rf windows-slaves.jpi-disabled rm -rf windows-slaves (the directory)
- Restart Jenkins
- windows-slaves plugin is back and running again