gmacario / easy-jenkins

Easily deploy a Jenkins CI/CD infrastructure via docker-compose
MIT License
35 stars 9 forks source link

New version of Jenkins (2.140) is available for download #286

Closed gmacario closed 6 years ago

gmacario commented 6 years ago

Shown today on http://gmpowerhorse.gmacario.it:9080/

image

gmacario commented 6 years ago

Fixed with the following commands

sudo apt update && sudo apt dist-upgrade
cd $HOME/github/gmacario/easy-jenkins
git checkout master
git pull --all --prune
docker-compose pull
docker-compose build --pull
docker-compose down
./runme