stisti / jenkins-app

Make Jenkins behave like a Mac application to make it easier to manage.
246 stars 20 forks source link

Upgrade notification #4

Closed stisti closed 12 years ago

stisti commented 12 years ago

Jenkins.app should be able to notify user when a new version of Jenkins.app is available.

afeick commented 12 years ago

not sure if it would help your project, but here's the series of terminal commands I use to update jenkins locally

launchctl unload /Users/jenkins/Library/LaunchAgents/org.jenkins-ci.plist sudo mv /Applications/Jenkins/jenkins.war /Applications/Jenkins/jenkins-prev.war rm -f /tmp/jenkins.war curl -L http://mirrors.jenkins-ci.org/war/latest/jenkins.war > /tmp/jenkins.war sudo mv /tmp/jenkins.war /Applications/Jenkins sudo chown root:admin /Applications/Jenkins/jenkins.war sudo chmod 755 /Applications/Jenkins/jenkins.war sudo xattr -c /Applications/Jenkins/jenkins.war launchctl load /Users/jenkins/Library/LaunchAgents/org.jenkins-ci.plist

stisti commented 12 years ago

Thanks, but this issue is about updating Jenkins.app, which is the app-wrapper on top of Jenkins. Jenkins itself is able to take care of updating the actual jenkins.war.

stisti commented 12 years ago

Fixed in build 17