commit | 83ae0731d66f47f2386626361fe0abc850b49ffd | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Thu Jun 22 14:10:36 2017 +0000 |
committer | Gerrit Code Review <gerrit2@32a4cf582fa9> | Thu Jun 22 14:10:38 2017 +0000 |
tree | ffe47278f2b76085ed8e2eccd1c95721c114a798 | |
parent | 496dffbae9b07bce4a9a16c482e028cdb16650c4 [diff] | |
parent | 97bdd6c9c76ea4d720b914c05396ac0d890da3d3 [diff] |
Merge "Remove slack notification from test-salt-model-node"
diff --git a/test-salt-model-node.groovy b/test-salt-model-node.groovy index 7c63e90..53f5e75 100644 --- a/test-salt-model-node.groovy +++ b/test-salt-model-node.groovy
@@ -58,7 +58,5 @@ // If there was an error or exception thrown, the build failed currentBuild.result = "FAILURE" throw e - } finally { - common.sendNotification(currentBuild.result,"",["slack"]) } }