commit | 2610329468520913a1300c2427b29dc7ea39e2e3 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Mon Aug 03 15:36:49 2020 -0700 |
committer | You Wang <you@opennetworking.org> | Mon Aug 03 15:36:49 2020 -0700 |
tree | 5520ef5f20814413d9f2ef23848922648e92bb5e | |
parent | 6cc1da88af5a7f6019ca45a0bb24a66121e11d9e [diff] |
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." ) }