From 5555c75d3799f435ee062cbdeec7dae1b15d4df6 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Tue, 7 Jun 2022 15:03:58 -0400 Subject: [PATCH] internal nightly Jenkins/IQ build - enable notifications --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 67ef04d..e114bfd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ dockerizedBuildPipeline( }, onFailure: { githubStatusUpdate('failure') -// notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun') -// sendEmailNotification(currentBuild, env, [], 'community-group@sonatype.com') + notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun') + sendEmailNotification(currentBuild, env, [], 'community-group@sonatype.com') } )