set advanced descriptions
Change-Id: I5cedee253f4d2026f50869265059082a5578b58c
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 8d40265..729c82b 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -39,9 +39,15 @@
openstack = new com.mirantis.mk.Openstack()
salt = new com.mirantis.mk.Salt()
+
+// Set decription and information
+currentBuild.description = "Install: ${INSTALL}<br>Test: ${TEST}"
+
timestamps {
node {
try {
+
+
//
// Prepare machines
//
@@ -58,7 +64,7 @@
}
// set description
- currentBuild.description = "stack: ${HEAT_STACK_NAME}"
+ currentBuild.description = "${currentBuild.description}<br>Stack: ${HEAT_STACK_NAME}"
// get templates
git.checkoutGitRepository('template', HEAT_TEMPLATE_URL, HEAT_TEMPLATE_BRANCH, HEAT_TEMPLATE_CREDENTIALS)