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.