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') } )