From 7aa2307bb7bc0a3c9624cb187ed734ec75b7fa2b Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Fri, 31 May 2019 10:41:57 -0500 Subject: [PATCH] slack notifications are broken atm - disabling --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c4c3af187ac..cd5e16f49aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,7 @@ pipeline { } } } + /* post { failure { slackNotif() @@ -82,8 +83,10 @@ pipeline { slackNotif() } } + */ } +/* def slackNotif() { script { if (env.BRANCH_NAME=='jetty-10.0.x' || @@ -97,6 +100,7 @@ def slackNotif() { } } } +*/ /** * To other developers, if you are using this method above, please use the following syntax.