blob: bb460a5bab08c7925b5d5b54cbae6ed60e432f24 [file] [log] [blame]
Alena Kiselevadd078012018-12-13 17:28:08 +03001#
2# Jobs to run given states on given Salt master environment's
3#
4parameters:
Alena Kiselevadd078012018-12-13 17:28:08 +03005 jenkins:
6 client:
7 job:
8 ceph-update:
9 type: workflow-scm
10 concurrent: true
11 discard:
12 build:
13 keep_num: 10
14 artifact:
15 keep_num: 10
16 display_name: "Update ceph packages"
17 scm:
18 type: git
19 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
20 branch: "${_param:jenkins_pipelines_branch}"
Sergey Galkinef9eabf2019-06-19 17:53:07 +040021 credentials: ${_param:jenkins_gerrit_credentials}
Alena Kiselevadd078012018-12-13 17:28:08 +030022 script: update-ceph.groovy
23 param:
24 SALT_MASTER_URL:
25 type: string
26 default: "${_param:jenkins_salt_api_url}"
27 description: Full Salt API address [https://10.10.10.1:8000].
28 SALT_MASTER_CREDENTIALS:
29 type: string
30 default: "salt"
Alena Kiseleva154b4392019-07-17 14:22:56 +030031 description: Credentials to the Salt API.