commit | cbabec41f50209fe886ed2ec9e1d1924fe63e809 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Thu Mar 02 16:24:04 2017 +0100 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Thu Mar 02 16:24:04 2017 +0100 |
tree | 57ecec2ad3834110eb31da528b0b4a9548c69d45 | |
parent | cbdb1d0b80d6d06892fb5810c1df710d6b8c8205 [diff] |
set build description Change-Id: I51dc0284c55e47c53e44d67afd01344a3420cf59
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index 0422713..8d40265 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -57,6 +57,9 @@ HEAT_STACK_NAME = BUILD_TAG } + // set description + currentBuild.description = "stack: ${HEAT_STACK_NAME}" + // get templates git.checkoutGitRepository('template', HEAT_TEMPLATE_URL, HEAT_TEMPLATE_BRANCH, HEAT_TEMPLATE_CREDENTIALS)