Merge pull request #367 from fabianenardon/master

Changing the image used for jenkins
This commit is contained in:
Mano Marks 2017-10-17 06:25:15 +02:00 коммит произвёл GitHub
Родитель b2e74dcfca a570b0c0e3
Коммит cf247e41bd
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -26,6 +26,8 @@ Then, in the project folder, run:
docker-compose up
NOTE: if running on Windows, run `dos2unix plugins.txt` before running `docker-compose up`, to avoid possible errors if your file is in the Windows format.
Wait for jenkins to start and then go to the browser and open `http://localhost:8081`. Jenkins should be running.
The Jenkins installation on this lab comes pre-configured. To login use the username `jenkins` and the password `jenkins`.

Просмотреть файл

@ -17,7 +17,7 @@ services:
hadoop:
image: tailtarget/hadoop:2.7.2
jenkins:
image: tailtarget/jenkins:2.32.3
image: jenkins/jenkins:lts
prometheus:
image: prom/prometheus:latest
node-exporter: