From 56367ecb5a62124926d4af48d4da9a4faa4c953d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 10 May 2017 09:40:07 -0600 Subject: [PATCH] triggers: gitlab's wip-skip defaults to True The documentation was incorrect for the gitlab trigger's wip-skip parameter's default value. The docs said it defaulted to "false", but the code actually defaulted it to "true". Update the docs to match the code. Change-Id: I9f4ffa31b2d1d467d649082ff92242c78d11c121 --- jenkins_jobs/modules/triggers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_jobs/modules/triggers.py b/jenkins_jobs/modules/triggers.py index e0be44150..d130e0154 100644 --- a/jenkins_jobs/modules/triggers.py +++ b/jenkins_jobs/modules/triggers.py @@ -1160,7 +1160,7 @@ def gitlab(registry, xml_parent, data): :arg bool ci-skip: Enable skipping builds of commits that contain [ci-skip] in the commit message (default true) :arg bool wip-skip: Enable skipping builds of WIP Merge Requests (>= 1.2.4) - (default false) + (default true) :arg bool set-build-description: Set build description to build cause (eg. Merge request or Git Push) (default true) :arg bool add-note-merge-request: Add note with build status on