Show node name and devops env name in job descriptions

Change-Id: I2f4f54f438f023e0052dc30e8140adacdea9080c
diff --git a/jobs/pipelines/deploy-cicd-and-run-tests.groovy b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
index 4e0dab3..7566b34 100644
--- a/jobs/pipelines/deploy-cicd-and-run-tests.groovy
+++ b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
@@ -4,6 +4,8 @@
 def shared = new com.mirantis.system_qa.SharedPipeline()
 def steps = "hardware,create_model,salt," + env.DRIVETRAIN_STACK_INSTALL + "," + env.PLATFORM_STACK_INSTALL
 
+currentBuild.description = "${NODE_NAME}:${ENV_NAME}"
+
 throttle(['fuel_devops_environment']) {
   node ("${NODE_NAME}") {
     try {