Generally, if you prefer rarely updating Jenkins, the LTS would be a better choice. Four major releases per year, with two bugfix releases for each of them.
- Jenkins uses Jetty as default container (when running `java -jar jenkins.war`) since 1.535, resulting in possible issues with very large form submissions (like the resolved JENKINS-20327). See there for a solution. - You'll need to upgrade some plugins that use core API that has been removed in 1.577 if you haven't already. Email-ext is probably the most prominent one. - Then there's a new feature since 1.566 that by default lowercases all user names on disk, so if you have users named 'Foo', 'FOO', and 'foo', only one of them will be left after the upgrade. This should not make changes to permissions assignments necessary though. - If you're using the Jenkins REST API, prepare to have quite a bit of spam in your jenkins.log since 1.577. This'll be reduced in the future again. On 15.09.2014, at 22:59, Jamie Lawrence <jlawre...@anchorfree.com> wrote: > Hi all, > > I¹ve inherited a Jenkins install that (to my naïve eyes) looks pretty > straightforward. It is 1.526, few plugins, Centos environment. > > Going through the Wiki and poking around Google, I¹m not seeing anything > indicating much in the way of upgrade pain in going from 1.526 to 1.580, > aside from the usual misc. seemingly one-off reports. Does anyone know > differently? I¹m taking the usual precautions, this is coming up as a > separate system first, etc. Are there any good reasons to not upgrade to > 1.580? > > Thanks, > > -j > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.