commit | 97bdd6c9c76ea4d720b914c05396ac0d890da3d3 | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Thu Jun 22 16:08:40 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Thu Jun 22 16:08:40 2017 +0200 |
tree | 049e6a0bb6c218f94aeaa8479786a540e7b58fd7 | |
parent | 81ae93dc5efeac2b6ce5a50174ff70e8acbb9971 [diff] |
Remove slack notification from test-salt-model-node Change-Id: I0e9c3861d4e32fc8d1b6d667d193089cda8e15d3
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"]) } }