I'm trying to upgrade Jenkins from version v1.143 to 1.490 and ran into a couple of issues.
I've tried the following upgrade paths: - deployed new Jenkins war module to tomcat (7.x) - due to out of date plug-ins the error log was littered with exceptions. - updated all installed plug-ins to latest version, deployed new Jenkins war module to tomcat (7.x) - looked successful at first then discovered that the subversion plug-in was missing! - updated all installed plug-ins to latest version, deployed new Jenkins war module to tomcat (7.x)- tried to update subversion plug-in as well but this never worked, Jenkins instance remained with out the subversion plug-in. There are over 150 projects configured (99% of the projects are Maven 2 projects) in this Jenkins instance so any manual configuration updates would be rather time consuming. I'm looking for a simple drop-in and upgrade solution.