commit | 4b61b1bd6d1268d5dcdd8e5e72159c558046a463 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Thu Sep 20 09:20:29 2018 +0000 |
committer | Gerrit Code Review <gerrit2@84b5d06f6116> | Thu Sep 20 09:20:29 2018 +0000 |
tree | b7877f90794346a8bc97ab66ab1c1ae75e3f1ea0 | |
parent | 0dec8b3fcf66ff69a6a7f25e67b699ec85b7169d [diff] | |
parent | a57c82a6bb8861934db0da3c4cc1a3b1889cdd20 [diff] |
Merge "comparePillars add newline tag by default"
diff --git a/src/com/mirantis/mk/Common.groovy b/src/com/mirantis/mk/Common.groovy index 0df47c9..6cba413 100644 --- a/src/com/mirantis/mk/Common.groovy +++ b/src/com/mirantis/mk/Common.groovy
@@ -710,7 +710,7 @@ } return description.toString() } else { - return 'No job changes' + return '<b>No job changes</b>' } }