blob: 4e77d2addbd3d4e4cb5bdc6218745f553e24d3c4 [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:
Jakub Josef1bcaeb02017-04-07 12:56:49 +020025 ref:
26 - updated: {}
Jakub Josefcc67dd22017-04-05 17:29:57 +020027 param:
28 IMAGE_GIT_URL:
29 type: string
30 default: "${_param:jenkins_gerrit_url}/mk/docker-aptly"
31 IMAGE_BRANCH:
32 type: string
33 default: "master"
34 IMAGE_CREDENTIALS_ID:
35 type: string
36 default: "gerrit"
37 IMAGE_TAGS:
38 type: string
39 default: "latest"
40 REGISTRY_URL:
41 type: string
42 default: ""
43 REGISTRY_CREDENTIALS_ID:
44 type: string
45 default: "dockerhub"