I’m trying to upgrade our Jenkins server from 2.452.3 to the latest 2.516.2. I ran the upgrade via apt update but after rebooting I am getting a lot of plugin errors which i believe is stopping Jenkins form starting.
SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed Loading plugin GitHub plugin v1.39.0 (github)
Yes you most likely have many plugins that need to be updated. Potentially it is only a few plugins that make problems so you need to identify them. In the logs look for the first plugin that fails to load and check whey it is not loading, probably it requires another plugin in a newer version. So update that plugin. But that approach might take several rounds until Jenkins comes up so you can then use the UI to update all remaining plugins.
Thanks for the reply. I had a feeling it may be an update failing to start but i was on limited time so had to rollback.
I`m creating a clone to work out what was failing. Can plugins be updated via the terminal?
yes with the plugin manager tool you download the plugins from command line. Either directly into the plugins directory of your instance or you download them in a separate folder and copy them afterwards.