docs: update

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-09-30 11:08:41 +08:00
parent 0d110e195c
commit bd482e9c7a
+1 -15
View File
@@ -20,20 +20,6 @@ pipeline:
job: drone-jenkins-plugin-job
```
Example configuration for success builds:
```diff
pipeline:
jenkins:
image: appleboy/drone-jenkins
url: http://example.com
user: appleboy
token: xxxxxxxxxx
job: drone-jenkins-plugin-job
+ when:
+ status: [ success ]
```
Example configuration with multiple jobs:
```yaml
@@ -62,7 +48,7 @@ pipeline:
It will trigger the URL of Jenkins job like as `http://example.com/job/folder_name/job/job_name/`
# Parameter Reference
## Parameter Reference
url
: jenkins server base url.