Skip to content

Instantly share code, notes, and snippets.

@jdaviderb
Created May 18, 2022 17:54
Show Gist options
  • Save jdaviderb/861f26263169a69dda2280456d02d4db to your computer and use it in GitHub Desktop.
Save jdaviderb/861f26263169a69dda2280456d02d4db to your computer and use it in GitHub Desktop.
Update Jenkins on ubuntu

Update the installation

cd /usr/share/jenkins
sudo service jenkins stop
sudo mv jenkins.war jenkins.war.old
sudo wget https://updates.jenkins-ci.org/latest/jenkins.war
sudo service jenkins start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment