Skip to content

Commit

Permalink
Add failure notification to internal CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 11, 2020
1 parent 0af0e1a commit ea1e3bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ dockerizedBuildPipeline(
},
onFailure: {
githubStatusUpdate('failure')
notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun')
sendEmailNotification(currentBuild, env, [], 'community-group@sonatype.com')
}
)

0 comments on commit ea1e3bd

Please sign in to comment.