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
This commit is contained in:
parent
3c902a5d38
commit
56367ecb5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user