commit | 201a35ead7f076e74bfd8b5a4171fbfcea32eaa4 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Aug 06 01:37:05 2018 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Aug 06 01:37:05 2018 +0300 |
tree | 047232fde520cd5a589e340ef0bbf07821d52294 | |
parent | 85145a614ca31e4f523ea8086e6238179711e3b9 [diff] [blame] |
Show node name and devops env name in job descriptions Change-Id: I2f4f54f438f023e0052dc30e8140adacdea9080c
diff --git a/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy b/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy index 135f9d5..5a25b38 100644 --- a/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy +++ b/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy
@@ -31,6 +31,8 @@ error "'PARENT_NODE_NAME' must be set from the parent deployment job!" } +currentBuild.description = "${PARENT_NODE_NAME}:${ENV_NAME}" + node ("${PARENT_NODE_NAME}") { if (! fileExists("${PARENT_WORKSPACE}")) { error "'PARENT_WORKSPACE' contains path to non-existing directory ${PARENT_WORKSPACE} on the node '${PARENT_NODE_NAME}'."