Skip to content

Commit

Permalink
internal nightly Jenkins/IQ build - enable notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jun 7, 2022
1 parent eddc47e commit 5555c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
)

0 comments on commit 5555c75

Please sign in to comment.