I had a kind of similar issues when I upgraded a few instances a few months ago, basically just upgrading those versions from the latest 1.X LTS to 2.7.3 , If I recall correctly. How did I fix it? I ordered those dependencies and installing them, a bit tedious but it worked fine.
I use Puppet to setup anything with the puppet-jenkins module, but unfortunately Jenkins plugins are a bit evil as their dependencies are not updated accordingly when using any Configuration Management tool. I normally, export those jenkins instances setup using some groovy script to generate a local docker instance and then upgrade there, so if it works then i can almost 100% be confident my rollback will work as expected. Cheers On Friday, 25 November 2016 19:15:21 UTC, Daniel Beck wrote: > > Check the Jenkins log for more detailed error messages. They'll give you > an idea what causes all of these plugins to fail to load. Often it's a > cascading effect due to one or two broken/missing plugins. > > I'm curious, how is this even possible? Do you manually manage your > plugins/ directory? > > > > On 25.11.2016, at 18:28, Anders Persson <[email protected] > <javascript:>> wrote: > > > > After the upgrade some plugins does not load. I get this message: > > > > There are dependency errors loading some plugins: > > • Pipeline Graph Analysis Plugin v1.2 > > • Pipeline: Groovy v2.2 failed to load. Fix this plugin > first. > > • Pipeline v2.2 > > • Pipeline: Supporting APIs v2.1 failed to load. Fix > this plugin first. > > • Pipeline: Build Step v2.4 > > • Pipeline: Supporting APIs v2.6 failed to load. Fix > this plugin first. > > • Pipeline: Stage View Plugin v2.3 > > • Pipeline: Job v2.0 failed to load. Fix this plugin > first. > > • Pipeline: Shared Groovy Libraries v2.1 > > • Jenkins GIT server Plugin v1.5 failed to load. Fix > this plugin first. > > • Pipeline: Groovy v2.23 > > • Pipeline: Supporting APIs v2.9 failed to load. Fix > this plugin first. > > • Pipeline: Supporting APIs v2.11 > > • Script Security Plugin v1.17 is older than required. > To fix, install v1.21 or later. > > • Pipeline: Multibranch v2.8 > > • Folders Plugin v5.10 failed to load. Fix this plugin > first. > > • Pipeline: REST API Plugin v2.3 > > • Pipeline: Supporting APIs v2.1 failed to load. Fix > this plugin first. > > • Jenkins Git plugin v3.0.1 > > • Credentials Plugin v1.25 is older than required. To > fix, install v2.1.8 or later. > > • Jenkins Git client plugin v2.1.0 failed to load. Fix > this plugin first. > > • Pipeline: Nodes and Processes v2.5 > > • Pipeline: Supporting APIs v2.1 failed to load. Fix > this plugin first. > > • GitHub Authentication plugin v0.24 > > • Jenkins Git plugin v2.0.3 failed to load. Fix this > plugin first. > > • Jenkins Git client plugin v2.1.0 > > • SSH Credentials Plugin v1.11 is older than required. > To fix, install v1.12 or later. > > • Folders Plugin v5.12 > > • Credentials Plugin v1.25 is older than required. To > fix, install v2.0.4 or later. > > • Pipeline: Input Step v2.5 > > • Pipeline: Supporting APIs v2.10 failed to load. Fix > this plugin first. > > • Branch API Plugin v1.10 > > • Folders Plugin v5.10 failed to load. Fix this plugin > first. > > • Pipeline: Job v2.9 > > • Pipeline: Supporting APIs v2.2 failed to load. Fix > this plugin first. > > • Jenkins GIT server Plugin v1.7 > > • Jenkins Git client plugin v1.11.0 failed to load. Fix > this plugin first. > > > > In which order should these be installed? > > > > For example I try to start with upgrading > > > > • Credentials Plugin v1.25 is older than required. To fix, > install v2.0.4 or later. > > > > I restart Jenkins but it is still not installed. > > > > -- > > 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] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/ef835b95-4615-486f-9323-69b552b82789%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > > -- 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/6fe39645-977d-437d-9504-d95063a4aef8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
