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

Commit cf247e4

Browse files
author
Mano Marks
authored
Merge pull request #367 from fabianenardon/master
Changing the image used for jenkins
2 parents b2e74dc + a570b0c commit cf247e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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`.

developer-tools/java/scripts/docker-compose-pull-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
hadoop:
1818
image: tailtarget/hadoop:2.7.2
1919
jenkins:
20-
image: tailtarget/jenkins:2.32.3
20+
image: jenkins/jenkins:lts
2121
prometheus:
2222
image: prom/prometheus:latest
2323
node-exporter:

0 commit comments

Comments
 (0)