commit | ca7e4564112ae8d88041cc3a9da3a23abf33df5d | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Wed May 24 11:40:35 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Wed May 24 11:40:35 2017 +0200 |
tree | 874caa10efb7683a6ed86bd9c1f88d045294cd64 | |
parent | 43f34432342b22cd0c7fd7e4dd0e2c21817407f3 [diff] |
Changed name of deploy job params Change-Id: I015d601aea2b390b80b07cfd91723682a9a3b45c
diff --git a/jenkins/client/job/deploy/lab/mk/cloud.yml b/jenkins/client/job/deploy/lab/mk/cloud.yml index cbbcd34..80d7c58 100644 --- a/jenkins/client/job/deploy/lab/mk/cloud.yml +++ b/jenkins/client/job/deploy/lab/mk/cloud.yml
@@ -64,6 +64,9 @@ STACK_TEMPLATE_BRANCH: type: string default: "master" + STACK_CLEANUP_JOB: + type: string + default: '' # salt master SALT_MASTER_CREDENTIALS:
diff --git a/jenkins/client/job/deploy/lab/mk/init.yml b/jenkins/client/job/deploy/lab/mk/init.yml index 1d57f5d..9e988ba 100644 --- a/jenkins/client/job/deploy/lab/mk/init.yml +++ b/jenkins/client/job/deploy/lab/mk/init.yml
@@ -27,10 +27,10 @@ STACK_TYPE: type: string default: "{{stack_type}}" - INSTALL: + STACK_INSTALL: type: string default: "{{install}}" - TEST: + STACK_TEST: type: string default: "{{test}}" @@ -56,7 +56,9 @@ STACK_REUSE: type: boolean default: 'false' - + STACK_CLEANUP_JOB: + type: string + default: 'deploy-heat-cleanup' # heat HEAT_STACK_ENVIRONMENT: type: string