How to Upgrade the Jenkins version to latest


Jenkins Upgrade in Ubuntu:


  1. shutdown the jenkins ( goto —> Manage Jenkins —> Prepare for shutdown )
  2. Take a snapshot of the ubuntu (AWS) image
  3. Login to the Jenkins (Master) Server
  4. Run the below commands
$ service jenkins stop / service jenkins stop
$ apt-get update / yum update -y
$ apt-get install jenkins / service jenkins start
$ service jenkins start
  1. Go into Jenkins server
  2. Jenkins > Manage Plugins >
  3. Select "All"
  4. Click "Download now and install after restart"

Notable Locations (Config, Logs)


  • Config (config.xml): /var/lib/jenkins
  • Logs: /var/log/jenkins

Comments

Post a Comment

Popular posts from this blog

GitHub Administration