Oleksii Molchanov | ee2177d | 2020-09-10 16:25:34 +0300 | [diff] [blame^] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | openstack_database_cleanup: |
| 6 | type: workflow-scm |
| 7 | name: openstack-database-cleanup |
| 8 | display_name: "Deploy - Openstack Database Cleanup" |
| 9 | discard: |
| 10 | build: |
| 11 | keep_num: 50 |
| 12 | concurrent: true |
| 13 | scm: |
| 14 | type: git |
| 15 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 16 | branch: "${_param:jenkins_pipelines_branch}" |
| 17 | credentials: ${_param:jenkins_gerrit_credentials} |
| 18 | script: openstack-database-cleanup.groovy |
| 19 | param: |
| 20 | SALT_MASTER_CREDENTIALS: |
| 21 | type: string |
| 22 | default: "salt" |
| 23 | SALT_MASTER_URL: |
| 24 | type: string |
| 25 | default: "${_param:jenkins_salt_api_url}" |