
Story: https://storyboard.openstack.org/#!/story/2011138 The feature is supported by GitHub PR Comment Build Plugin. The change extends property strategy configuration with a label regex parameter that triggers a job. The job configuration is only supported by trusted users that have write access to the repository. Change-Id: Ib6910c6ebb78801710e334503a4545f08498ed0b
16 lines
492 B
YAML
16 lines
492 B
YAML
name: 'demo-multibranch-github-min'
|
|
project-type: multibranch
|
|
scm:
|
|
- github:
|
|
repo: 'foo'
|
|
repo-owner: 'johndoe'
|
|
|
|
property-strategies:
|
|
all-branches:
|
|
- suppress-scm-triggering: true
|
|
- pipeline-branch-durability-override: max-survivability
|
|
- trigger-build-on-pr-comment:
|
|
- trigger-build-on-pr-label:
|
|
- trigger-build-on-pr-review:
|
|
- trigger-build-on-pr-update:
|