Skip to content

Commit

Permalink
docs: update CI/CD pipeline and testing configurations
Browse files Browse the repository at this point in the history
- Change Jenkins container name from `jenkins` to `jenkins-docker` in the setup instructions

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 6, 2024
1 parent 2d7ae81 commit 115dcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Setup the Jenkins server using the docker command:
```sh
docker run \
--name jenkins \
--name jenkins-docker \
-d --restart always \
-p 8080:8080 -p 50000:50000 \
-v /data/jenkins:/var/jenkins_home \
Expand Down

0 comments on commit 115dcad

Please sign in to comment.