Added stack IP to job description in cicd lab pipeline

Change-Id: I7a63c5574edad61799d9532838e22f298f581fe6
diff --git a/cicd-lab-pipeline.groovy b/cicd-lab-pipeline.groovy
index a9f4edd..b68fc4e 100644
--- a/cicd-lab-pipeline.groovy
+++ b/cicd-lab-pipeline.groovy
@@ -100,6 +100,7 @@
                     saltMasterPort = 6969
                 }
                 saltMasterHost = openstack.getHeatStackOutputParam(openstackCloud, HEAT_STACK_NAME, 'salt_master_ip', openstackEnv)
+                currentBuild.description = "${HEAT_STACK_NAME}: ${saltMasterHost}"
                 saltMasterUrl = "http://${saltMasterHost}:${saltMasterPort}"
                 saltMaster = salt.connection(saltMasterUrl, SALT_MASTER_CREDENTIALS)
             }