blob: 245f1d84ab04750ba857216e455cf43f72310a70 [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
26 skip_vote:
27 - successful
28 - failed
29 - unstable
30 - not_built
31 event:
32 patchset:
33 - created:
34 excludeDrafts: false
35 excludeTrivialRebase: false
36 excludeNoCodeChange: false
37 comment:
38 - addedContains:
39 commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
40 param:
41 CREDENTIALS_ID:
42 type: string
43 default: "gerrit"
44 DEFAULT_GIT_URL:
45 type: string
46 default: "${_param:jenkins_gerrit_url}/oss/pushkin"
47 DEFAULT_GIT_REF:
48 type: string
49 default: master
50 description: "Refspec in format refs/changes/, i.e. refs/changes/32/10332/4"