blob: 02a64f2ab1a956be3944264c8763ff5c7cccf529 [file] [log] [blame]
parameters:
jenkins:
client:
job:
test-mk-pipelines-pipeline:
name: test-mk-pipelines
discard:
build:
keep_num: 25
artifact:
keep_num: 25
type: workflow-scm
concurrent: true
scm:
type: git
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
credentials: "gerrit"
script: git-mirror-2way-pipeline.groovy
trigger:
gerrit:
project:
mk/mk-pipelines":
branches:
- master
event:
patchset:
- created:
excludeDrafts: false
excludeTrivialRebase: false
excludeNoCodeChange: false
comment:
- addedContains:
commentAddedCommentContains: '(recheck|reverify)'
param:
CREDENTIALS_ID:
type: string
default: "gerrit"
GRADLE_IMAGE:
type: string
default: niaquinto/gradle
GRADLE_CMD:
type: string
default: check