95667c5925
Stash Pull Request Builder Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin Change-Id: Id6e4cd8bb7c72402e21b8afa6fd10120447b5596 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
19 lines
592 B
YAML
19 lines
592 B
YAML
triggers:
|
|
- stash-pull-request:
|
|
cron: "H 1 2 3 4"
|
|
stash-host: "https://stash-host.com"
|
|
credentials-id: default-stash-credentials
|
|
project: stash-project
|
|
repository: stash-repo
|
|
ci-skip-phrases: "test skip phrase"
|
|
ci-build-phrases: "test build phrase"
|
|
target-branches: "master"
|
|
ignore-ssl: true
|
|
check-destination-commit: true
|
|
check-mergable: true
|
|
merge-on-success: true
|
|
check-not-conflicted: false
|
|
only-build-on-comment: true
|
|
delete-previous-build-finish-comments: true
|
|
cancel-outdated-jobs: true
|