commit | 86b9ab2cf3fb09f233184f9a086944e6523c4a9c | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Tue Sep 05 16:55:58 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Tue Sep 05 16:55:58 2017 +0200 |
tree | cc4eb4fbb2eac57512849d9ade5148f6f8b54c00 | |
parent | f672528059177ea713c65565b7a55ea31a751509 [diff] [blame] |
dont use underscore in STACK_NAME Change-Id: Iced6869eeb8a6356a30a298502aa5310106a1e24
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index bb0890f..2a63e2e 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -110,6 +110,9 @@ } } + // no underscore in STACK_NAME + STACK_NAME = STACK_NAME.replaceAll('_', '-') + // set description currentBuild.description = "${STACK_NAME}"