Allow the project-pattern to be configurable for the license-check
job. In an ideal world we would have have a single job that will
enforce for all projects but initially we will need flexibility to
allow us to adjust as we enforce against existing projects.
Change-Id: Ibf83868bacf520c69ef729566207ce7cc7ecf57e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
(default: '')
:licenses-allowed: Comma-separated list of allowed licenses.
(default: Apache-2.0,EPL-1.0,MIT)
(default: '')
:licenses-allowed: Comma-separated list of allowed licenses.
(default: Apache-2.0,EPL-1.0,MIT)
+ :project-pattern: The ANT based pattern for Gerrit Trigger to choose which
+ projects to trigger job against. (default: '**')
lhc-version: 0.2.0
license-exclude-paths: ''
licenses-allowed: Apache-2.0,EPL-1.0,MIT
lhc-version: 0.2.0
license-exclude-paths: ''
licenses-allowed: Apache-2.0,EPL-1.0,MIT
spdx-disable: false
stream: master
spdx-disable: false
stream: master
comment-contains-value: recheck$
projects:
- project-compare-type: ANT
comment-contains-value: recheck$
projects:
- project-compare-type: ANT
+ project-pattern: '{project-pattern}'
branches:
- branch-compare-type: ANT
branch-pattern: '**'
branches:
- branch-compare-type: ANT
branch-pattern: '**'