From bd482e9c7a79b0d4c843812709134b23ec154f84 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 30 Sep 2019 11:08:41 +0800 Subject: [PATCH] docs: update Signed-off-by: Bo-Yi Wu --- DOCS.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/DOCS.md b/DOCS.md index 868ddb2..744d0cb 100644 --- a/DOCS.md +++ b/DOCS.md @@ -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.