Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto upgrade button missing

I've got a jenkins CI installed from a debian package (1.424.6 version, Debian/Ubuntu distribution, running on ubuntu 12.04). I read on the web that jenkins provides an automatic upgrade button, just like in this link. But I don't have such thing on my jenkins. I tried to find answers on google and in jenkins config, but failed. Maybe it's impossible for debian/ubuntu installed package?

like image 841
ducin Avatar asked Feb 07 '13 12:02

ducin


1 Answers

It's a permissions problem, If you trust in your Jenkins security configuration just run:

$ chown -R jenkins /usr/share/jenkins

Then restart jenkins and the upgrade button should be shown, and you can upgrade to last version, otherwise you have to use debian package system whose Jenkins version is not the latest.

like image 91
alcala Avatar answered Oct 17 '22 07:10

alcala