docs: improve CI/CD pipeline and test reliability

- Update Docker image source to `ghcr.io/appleboy/drone-jenkins` in README.md

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2024-10-04 22:16:58 +08:00
parent 895becb9a7
commit dff06f164a
+3 -3
View File
@@ -91,7 +91,7 @@ docker run --rm \
-e JENKINS_USER=appleboy
-e JENKINS_TOKEN=xxxxxxx
-e JENKINS_JOB=drone-jenkins-plugin
appleboy/drone-jenkins
ghcr.io/appleboy/drone-jenkins
```
trigger multiple jobs.
@@ -102,7 +102,7 @@ docker run --rm \
-e JENKINS_USER=appleboy
-e JENKINS_TOKEN=xxxxxxx
-e JENKINS_JOB=drone-jenkins-plugin-1,drone-jenkins-plugin-2
appleboy/drone-jenkins
ghcr.io/appleboy/drone-jenkins
```
### Usage from drone ci
@@ -117,7 +117,7 @@ docker run --rm \
-e PLUGIN_JOB=xxxxxxx \
-v $(pwd):$(pwd) \
-w $(pwd) \
appleboy/drone-jenkins
ghcr.io/appleboy/drone-jenkins
```
You can get more [information](DOCS.md) about how to use scp plugin in drone.