Skip to content

Commit

Permalink
Updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Sep 10, 2019
1 parent b2d5a78 commit caf4894
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ stage('DeploytoTomcat'){
}
}
stage('EmailNotification'){
mail bcc: '', body: '''Build Done
Regards,
Mithun Technologies
9980923226''', cc: '[email protected]', from: '', replyTo: '', subject: 'Build Notification', to: '[email protected]'

mail to: '[email protected]',
bcc: '[email protected]',
cc: '[email protected]',
from: '[email protected]',
replyTo: '[email protected]',
subject: 'Build Notification'
body: '''Build Done, Please check the build log for more details..
Regards,
Mithun Technologies,
9980923226'''
}

stage("SlackNotification"){
Expand Down

0 comments on commit caf4894

Please sign in to comment.