Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit a570b0c

Browse files
committed
Adding a note to fix line endings on plugin.txt when running jenkins on windows.
1 parent d6b676b commit a570b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer-tools/java/chapters/ch09-cicd.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Then, in the project folder, run:
2626

2727
docker-compose up
2828

29+
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.
30+
2931
Wait for jenkins to start and then go to the browser and open `http://localhost:8081`. Jenkins should be running.
3032

3133
The Jenkins installation on this lab comes pre-configured. To login use the username `jenkins` and the password `jenkins`.

0 commit comments

Comments
 (0)