Skip to content

Commit 5555c75

Browse files
committed
internal nightly Jenkins/IQ build - enable notifications
1 parent eddc47e commit 5555c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dockerizedBuildPipeline(
4545
},
4646
onFailure: {
4747
githubStatusUpdate('failure')
48-
// notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun')
49-
// sendEmailNotification(currentBuild, env, [], '[email protected]')
48+
notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun')
49+
sendEmailNotification(currentBuild, env, [], '[email protected]')
5050
}
5151
)

0 commit comments

Comments
 (0)