Fix slack notifications

Change-Id: I13debd9827c950103ba1b8882b4a907cdf6ea12d
diff --git a/TestON/JenkinsFile/CommonJenkinsFile.groovy b/TestON/JenkinsFile/CommonJenkinsFile.groovy
index 54cec80..f32fde9 100644
--- a/TestON/JenkinsFile/CommonJenkinsFile.groovy
+++ b/TestON/JenkinsFile/CommonJenkinsFile.groovy
@@ -344,7 +344,7 @@
                                                   wikiLink.replaceAll( "\\s", "+" ) ) ) +
                                 ( resultURL != "" ? ( "\n[Karaf log] : \n" +
                                                       resultURL + "artifact/" ) : "" ),
-                       teamDomain: 'onosproject' )
+                       teamDomain: 'onf-community' )
             print "Abnormal test result."
             throw new Exception( "Abnormal test result." )
         }