I can't access the UI anymore , is there any way I can do it without the UI ?
Regards Ravindra On Thu, May 4, 2023 at 5:22 PM Mark Waite <[email protected]> wrote: > > > On Thursday, May 4, 2023 at 5:11:53 AM UTC-6 Ravindra 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 . > > > Check earlier in the log file and you'll probably find a reason why those > plugins did not load. Some other plugin may have failed to load or a > dependency was not satisfied or some other issue was stated in the log file. > > Based on the version numbers of those plugins, you may have missed the > instructions in previous upgrade guides that state that you need to upgrade > plugins to their most recent releases and you need to remove deprecated > plugins. > > The workflow cps global lib plugin 2.17 is deprecated and should be > uninstalled. Replace it with > https://plugins.jenkins.io/pipeline-groovy-lib/ > > The git client plugin 3.5.1 was released 2.5 years ago. Upgrade it to git > client plugin 4.2.0 > > NodeJS plugin 1.3.9 was released 2.5 years ago. Upgrade it to nodejs > plugin 1.6.0 > > Based on those three versions, there are probably other plugin versions > that need to be upgraded. > > -- > 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/a50b69a5-33ff-4017-9682-5a8246685f62n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/a50b69a5-33ff-4017-9682-5a8246685f62n%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/CAOnDU%3D4PctZu%2BpktddndEtPpEH9%2BTrswL5sU%3DewFhvKMPjEu-g%40mail.gmail.com.
