Issue
- A plugin is preventing Jenkins to restart
- I need to disable a plugin and Jenkins is down
How to Uninstall a jenkins plugin using command line?
Uninstalling a plugin removes the plugin binary (*.jpi or *.hpi) from the disk. The plugin continues to function normally until you restart Jenkins, but once you restart, Jenkins will behave as if you didn’t have the plugin to being with.
Uninstalling a plugin, however, does not remove the configuration that the plugin might have created. If you want to scrab the configuration left by uninstalled plugins, go to “Manage Jenkins” and click “Manage Old Data”.
How to disable a jenkins plugin using command line?
To disable a plugin via File System, create a file like .jpi.disabled inside the $JENKINS_HOME/plugins folder. For example, to disable Green balls plugin, run:
$ touch $JENKINS_HOME/plugins/greenballs.jpi.disabled
Plugins that are disabled can be re-enabled from the UI (or by removing *.jpi.disabled (or *.hpi.disabled) file from the disk.)
Reference
https://support.cloudbees.com/hc/en-us/articles/204323074-How-to-disable-a-plugin-when-Jenkins-is-down-
https://wiki.jenkins.io/display/JENKINS/Removing+and+disabling+plugins
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND