blob: eefbb8688a2abfafed72105c5d430963d4c4b36f [file] [log] [blame]
Jakub Josefcc67dd22017-04-05 17:29:57 +02001parameters:
2 jenkins:
3 client:
4 job:
5 docker-build-images-aptly:
6 name: docker-build-images-aptly
7 discard:
8 build:
9 keep_num: 25
10 artifact:
11 keep_num: 25
12 type: workflow-scm
13 concurrent: true
14 scm:
15 type: git
16 url: "${_param:jenkins_gerrit_url}/mk/docker-aptly"
17 credentials: "gerrit"
18 trigger:
19 gerrit:
20 project:
21 "mk/docker-aptly":
22 branches:
23 - master
24 event:
25 patchset:
26 - created:
27 excludeDrafts: false
28 excludeTrivialRebase: false
29 excludeNoCodeChange: false
30 comment:
31 - addedContains:
32 commentAddedCommentContains: '(recheck|reverify)'
33 param:
34 IMAGE_GIT_URL:
35 type: string
36 default: "${_param:jenkins_gerrit_url}/mk/docker-aptly"
37 IMAGE_BRANCH:
38 type: string
39 default: "master"
40 IMAGE_CREDENTIALS_ID:
41 type: string
42 default: "gerrit"
43 IMAGE_TAGS:
44 type: string
45 default: "latest"
46 REGISTRY_URL:
47 type: string
48 default: ""
49 REGISTRY_CREDENTIALS_ID:
50 type: string
51 default: "dockerhub"