From 115dcadb2adc27cfc69592ee3a57cddf9ebdc01a Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 6 Oct 2024 08:35:45 +0800 Subject: [PATCH] docs: update CI/CD pipeline and testing configurations - Change Jenkins container name from `jenkins` to `jenkins-docker` in the setup instructions Signed-off-by: appleboy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aba8db..d4a7c54 100644 --- a/README.md +++ b/README.md @@ -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 \