Reputation: 17873
I am hosting Jenkins with one master and two slaves.
Started jenkins as java process
nohup java -jar jenkins.war -Dhudson.model.ParametersAction.keepUndefinedParameters=true --httpPort=8091 > jenkins.log 2>&1 &
Now , I am trying to upgrade jenkins from UI.
Is it possible to upgrade jenkins automatically from UI.
Upvotes: 0
Views: 9126
Reputation: 111555
Yes. Click Manage Jenkins and, if there's an update available, you will see an upgrade notification at the top, and an Update automatically button.
Once the updated WAR file has been downloaded, there should be a Restart button on that page next time you visit.
Upvotes: 4