blob: baefbc91a07d013d180142ad1780413ad8a6ec65 [file] [log] [blame]
Mikhail Ivanov4fe05b52017-09-19 13:19:05 +04001parameters:
2 jenkins:
3 client:
4 job:
5 test-oss-pushkin-codebase:
6 name: test-oss-pushkin-codebase
7 discard:
8 build:
9 keep_num: 15
10 artifact:
11 keep_num: 15
12 type: workflow-scm
13 concurrent: true
14 scm:
15 type: git
16 url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines"
17 credentials: "gerrit"
18 script: test-pushkin-pipeline.groovy
19 trigger:
20 gerrit:
21 project:
22 "oss/pushkin":
23 branches:
24 - devel
25 - master
Mikhail Ivanov4fe05b52017-09-19 13:19:05 +040026 event:
27 patchset:
28 - created:
29 excludeDrafts: false
30 excludeTrivialRebase: false
31 excludeNoCodeChange: false
32 comment:
33 - addedContains:
34 commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
35 param:
36 CREDENTIALS_ID:
37 type: string
38 default: "gerrit"
39 DEFAULT_GIT_URL:
40 type: string
41 default: "${_param:jenkins_gerrit_url}/oss/pushkin"
42 DEFAULT_GIT_REF:
43 type: string
44 default: master
45 description: "Refspec in format refs/changes/, i.e. refs/changes/32/10332/4"