Filip Pytloun | 260a950 | 2017-03-16 12:47:22 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | deploy-heat-cleanup: |
| 6 | type: workflow-scm |
| 7 | concurrent: true |
| 8 | display_name: "Deploy - heat cleanup" |
| 9 | discard: |
| 10 | build: |
| 11 | keep_num: 20 |
| 12 | scm: |
| 13 | type: git |
| 14 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| 15 | credentials: "gerrit" |
| 16 | script: cleanup-pipeline.groovy |
| 17 | param: |
| 18 | # openstack api |
| 19 | OPENSTACK_API_URL: |
| 20 | type: string |
| 21 | default: "https://vpc.tcpisek.cz:5000/v2.0" |
| 22 | OPENSTACK_API_CREDENTIALS: |
| 23 | type: string |
| 24 | default: "openstack-qa-credentials" |
| 25 | OPENSTACK_API_PROJECT: |
| 26 | type: string |
| 27 | default: "mirantis_mk20_qa" |
| 28 | OPENSTACK_API_CLIENT: |
| 29 | type: string |
| 30 | default: "liberty" |
| 31 | OPENSTACK_API_VERSION: |
| 32 | type: string |
| 33 | default: "2" |
| 34 | # heat |
| 35 | HEAT_STACK_NAME: |
| 36 | type: string |
| 37 | description: This stack will be deleted. |