Skip to content

Instantly share code, notes, and snippets.

@rosuH
Created July 14, 2021 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosuH/a0737f9c874326634ccc45e1a3299cec to your computer and use it in GitHub Desktop.
Save rosuH/a0737f9c874326634ccc45e1a3299cec to your computer and use it in GitHub Desktop.
update_jenkins
#!/bin/bash
cd "/usr/lib/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