Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
It appears that Jenkins no longer records when it is upgraded, and every restart of ci.jenkins.io now logs something like
2021-04-09 12:46:46.843+0000 [id=30] INFO hudson.PluginManager#loadDetachedPlugins: Upgrading Jenkins. The last running version was 2.263.4. This Jenkins is version 2.277.2. 2021-04-09 12:46:46.922+0000 [id=30] INFO hudson.PluginManager#loadDetachedPlugins: Upgraded Jenkins from version 2.263.4 to version 2.277.2. Loaded detached plugins (and dependencies): []
Probably the same cause as JENKINS-65149.
This will cause previously uninstalled detached plugins to be installed again (in addition to the confusing log message).
Attachments
Issue Links
- relates to
-
JENKINS-65149 Jenkins starts to Setup Wizard after updating from 2.263.4 to 2.277.1
-
- Open
-
I also can't reproduce when upgrading from Jenkins weekly 2.295 to 2.296, but I have not found what change seems to have fixed this. I would have expected someone added a new call to InstallUtil.saveLastExecVersion(), or some change to the setup wizard code to trigger the call here