-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins 2.46.2 and Jenkins 2.60.1
Our Jenkins is set up to automatically install the newest plugin version on startup. Since the release of cradle-plugin 1.27 last week we're getting endless automatic updates of the gradle plugin with constant restarts. Since there were no other significant errors I suspect a problem with the version set in the plugin vs. the repository.
Pinning the version of the gradle-plugin to 1.26 solved the issue but should only be a temporary fix.
[JENKINS-45126] Gradle plugin 1.27 declares a snapshot version
Environment | Original: Jenkins 2.46.2 | New: Jenkins 2.46.2 and Jenkins 2.60.1 |
It seems the cause of this is that the 1.27 plugin has 1.27-SNAPSHOT (private-06/23/2017 09:49-wolf) as its version number, but the update server reports that 1.27 is the latest version. Thus the mismatch causes the update loop.
If you are not auto-updating you can see this in the plugin manager where there is now always an update for Gradle pending.