-
Bug
-
Resolution: Fixed
-
Major
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).
- relates to
-
JENKINS-65149 Jenkins starts to Setup Wizard after updating from 2.263.4 to 2.277.1
- Open