You can upgrade it in ur cli .Go to the directory cd /var/lib/jenkins/ where jenkins is installed.Use the below command. *java -jar jenkins-cli.jar -s http://localhost:8080/ <http://localhost:8080/> install-plugin PLUGIN_NAME*
To upgrade all plugins at once *java -jar jenkins-cli.jar -s http://localhost:8080/ <http://localhost:8080/> install-plugin --all* Replace * http://localhost:8080 <http://localhost:8080> *with your jenkins local instance. Restart the jenkins *java -jar jenkins-cli.jar -s http://localhost:8080/ <http://localhost:8080/> safe-restart* Source-jenkins doc. On Thu, May 4, 2023 at 4:42 PM Ravindra Verma <[email protected]> wrote: > Hi Folks , > > I upgrade Jenkins to Version: 2.387.3 on ubuntu using package Manager . > > now its crashed and not stating up , from the logs i found below errors : > > * - Failed to load: Pipeline: Shared Groovy Libraries > (workflow-cps-global-lib 2.17)* > > *- Failed to load: Jenkins Git client plugin (git-client 3.5.1)* > > *- java.io.IOException: Failed to load: NodeJS Plugin (nodejs 1.3.9)* > > > Please suggest how to fix this . > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/ff591346-7307-49f7-bf14-51873e6713adn%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/ff591346-7307-49f7-bf14-51873e6713adn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAGmfGdOTb7Ck1G6ovVWa%2BdZEf_spWHoB7C1OiBUrvO5gYrLMZQ%40mail.gmail.com.
