Skip to content

Commit

Permalink
docs: improve CI/CD pipeline and test reliability
Browse files Browse the repository at this point in the history
- Update Docker image source to `ghcr.io/appleboy/drone-jenkins` in README.md

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Oct 4, 2024
1 parent 895becb commit dff06f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit dff06f1

Please sign in to comment.