Skip to content

Commit

Permalink
Add failure notification. (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tneer committed Sep 11, 2020
1 parent 7235c51 commit a885ca4
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 @@ -43,5 +43,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 a885ca4

Please sign in to comment.