56c8d33b14
This patch adds support for gitlab-merge-request 2.x. As indicated by the plugin homepage [1]: * GitLab version < 8.1: use v1.2.4 of this plugin * GitLab version >= 8.1 < 11: use v2.0.1 of this plugin * GitLab version >= 11: use the latest version of this plugin GitLab 8.1 was released on Oct 22, 2015. [1]: https://github.com/timols/jenkins-gitlab-merge-request-builder-plugin#supported-gitlab-versions Change-Id: I0c7618715ba3fad162bfe20819a7721e1c83ad13
12 lines
330 B
YAML
12 lines
330 B
YAML
triggers:
|
|
- gitlab-merge-request:
|
|
cron: '* * * * *'
|
|
project-path: 'test/project'
|
|
target-branch-regex: '(.*release.*|.*hotfix.*)'
|
|
use-http-url: false
|
|
assignee-filter: 'jenkinsbot'
|
|
tag-filter: 'fix'
|
|
trigger-comment: 'rebuild'
|
|
auto-close-failed: false
|
|
auto-merge-passed: false
|