Can you please rephrase your issue? Not sure I'm getting it. Are you updating Jenkins in place from inside the docker container/before upgrading, do you make sure to upgrade every possible plugin you're using?
Le jeu. 10 janv. 2019 à 13:05, Charlie Cheng <[email protected]> a écrit : > Correct > > Hello: > > > I use jenkins docker image to run the jenkins, but Everytime I stop and rm > the docker container , next time when I start it again, I need upgrade > jenkins, looks like below: > > > *Dependency errors:* > Some plugins could not be loaded due to unsatisfied dependencies. Fix > these issues and restart Jenkins to restore the functionality provided by > these plugins. > Pipeline version 2.6You must update Jenkins from v2.121.2 to v2.130 or > later to run this plugin.Folders Plugin version 6.7You must update Jenkins > from v2.121.2 to v2.130 or later to run this plugin. > > > my docker run shell command is : > > > docker run \ > --rm \ > -u root \ > -d \ > -p 8080:8080 \ > -v /Users/cccc/Github/245-docker_jenkins_blueocean/data:/var/jenkins_home \ > -v /var/run/docker.sock:/var/run/docker.sock \ > -v /Users/cccc/Github/245-docker_jenkins_blueocean/reports:/reports \ > jenkinsci/blueocean > > > and I always use this command to restart jenkins. > > > docker stop jenkinDockerContainerID > docker start jenkinDockerContainerID > > > -- > 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/6d8b741f-9ad8-4cac-9ca3-a16182c6469c%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/6d8b741f-9ad8-4cac-9ca3-a16182c6469c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CANWgJS4V6LXsAew5ENOr_NaROmDD%2BtLLWAU64Lbx4cjvVyOLXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
