[
https://issues.jenkins-ci.org/browse/JENKINS-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160959#comment-160959
]
Jeremy Zerr commented on JENKINS-12632:
---------------------------------------
I can confirm the exact same thing happening on Jenkins 1.457 under RHEL 5.6
when I use the steps above in the previous comment from Paul. 1.34 is the
current Subversion version, 1.39 is the one listed as latest.
I can also confirm that pinning the 1.39 JPI after the download, as Paul did,
does in fact work for me too.
Thanks, Jeremy Zerr
> Subversion plugin update fails
> ------------------------------
>
> Key: JENKINS-12632
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12632
> Project: Jenkins
> Issue Type: Bug
> Components: cvs, plugin, subversion, update-center
> Environment: Jenkins 1.450
> CentOS 6.2 (2.6.32-220.4.1.el6.centos.plus.x86_64)
> java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
> Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)
> Reporter: Paul Milliken
> Labels: jenkins, plugin
>
> I'm encountering an issue similar to JENKINS-12514 with Jenkins 1.450.
> Update manager reports that I'm running subversion plugin 1.34 and 1.37 is
> available. In my plugins folder I can see:
> -rw-rw-r--. 1 jenkins jenkins 2105983 Feb 2 15:20 subversion.bak
> -rw-rw-r--. 1 jenkins jenkins 2105983 Feb 2 15:20 subversion.jpi
> I tell Jenkins to install 1.37. Once it's downloaded I can see:
> -rw-rw-r--. 1 jenkins jenkins 2105983 Feb 2 15:20 subversion.bak
> -rw-rw-r--. 1 jenkins jenkins 2103308 Feb 2 15:43 subversion.jpi
> Checking the manifests:
> [jenkins@XXXX plugins]$ unzip -p subversion.bak META-INF/MANIFEST.MF | grep
> Plugin-Version
> Plugin-Version: 1.34
> [jenkins@XXXX plugins]$ unzip -p subversion.jpi META-INF/MANIFEST.MF | grep
> Plugin-Version
> Plugin-Version: 1.37
> Restart jenkins to apply the changes. At this point, the present files are:
> -rw-rw-r--. 1 jenkins jenkins 2105983 Feb 2 15:20 subversion.bak
> -rw-rw-r--. 1 jenkins jenkins 2105983 Feb 2 15:20 subversion.jpi
> and the manifests:
> [jenkins@XXXX plugins]$ unzip -p subversion.bak META-INF/MANIFEST.MF | grep
> Plugin-Version
> Plugin-Version: 1.34
> [jenkins@XXXX plugins]$ unzip -p subversion.jpi META-INF/MANIFEST.MF | grep
> Plugin-Version
> Plugin-Version: 1.34
> And update manager still reports 1.34 with 1.37 available.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira