commit | 5603d6d0d3593179148dbf82d2f54750ec4c92cf | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Thu Aug 10 13:11:46 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Thu Aug 10 13:47:02 2017 +0200 |
tree | 6c634c89aeafb6cc8b9ed280b287f524cf366c74 | |
parent | b03557a1d9bfa0f5d632c664dd5ad10303086056 [diff] |
Try to comment notification sending in cookiecutter tests Change-Id: Ie438ecab5db772c7fc520d2975876af224918bb9
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy index db1086a..4b93751 100644 --- a/test-cookiecutter-reclass.groovy +++ b/test-cookiecutter-reclass.groovy
@@ -166,6 +166,7 @@ currentBuild.result = "FAILURE" throw e } finally { - common.sendNotification(currentBuild.result,"",["slack"]) + def dummy = "dummy" + //FAILING common.sendNotification(currentBuild.result,"",["slack"]) } }