Adding a note to fix line endings on plugin.txt when running jenkins on windows.

This commit is contained in:
Fabiane Bizinella Nardon 2017-10-16 15:49:10 -02:00
Родитель d6b676bb26
Коммит a570b0c0e3
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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`.