Pavel Cizinsky | 5f09bf4 | 2019-04-11 13:28:48 +0200 | [diff] [blame] | 1 | |
| 2 | parameters: |
| 3 | jenkins: |
| 4 | client: |
| 5 | job: |
| 6 | backupninja_restore: |
| 7 | type: workflow-scm |
| 8 | name: backupninja-restore |
Martin Polreich | b860096 | 2019-10-04 11:08:17 +0200 | [diff] [blame] | 9 | display_name: "Backupninja restore pipeline" |
Pavel Cizinsky | 5f09bf4 | 2019-04-11 13:28:48 +0200 | [diff] [blame] | 10 | discard: |
| 11 | build: |
| 12 | keep_num: 50 |
| 13 | concurrent: true |
| 14 | scm: |
| 15 | type: git |
| 16 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 17 | branch: "${_param:jenkins_pipelines_branch}" |
Ivan Berezovskiy | 5fb4bcc | 2019-07-08 19:31:50 +0400 | [diff] [blame] | 18 | credentials: "${_param:jenkins_gerrit_credentials}" |
Pavel Cizinsky | 5f09bf4 | 2019-04-11 13:28:48 +0200 | [diff] [blame] | 19 | script: backupninja-restore-pipeline.groovy |
| 20 | param: |
| 21 | SALT_MASTER_CREDENTIALS: |
| 22 | type: string |
| 23 | default: "salt" |
| 24 | SALT_MASTER_URL: |
| 25 | type: string |
| 26 | default: "${_param:jenkins_salt_api_url}" |
Martin Polreich | e0f393a | 2019-10-01 14:21:16 +0200 | [diff] [blame] | 27 | RESTORE_SALTMASTER_AND_MAAS: #TODO: Salt-master and MaaS backup should be separated. See https://mirantis.jira.com/browse/PROD-33616 for more info. |
| 28 | type: boolean |
| 29 | default: 'true' |
| 30 | RESTORE_DOGTAG: |
| 31 | type: boolean |
| 32 | default: 'true' |