Skip to content

Commit

Permalink
Update myjenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
himalhewagamage authored Dec 15, 2019
1 parent 217ca00 commit 5ac1759
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions myjenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ node{
sh "${mvnHome}/bin/mvn package"
}

stage('Email-Notification'){
mail bcc: '[email protected]', body: '''Hi Dev,
This is Jenkins notification
Cheers,
Himal''', cc: '[email protected]', from: '', replyTo: '', subject: 'Jenkins Job Notification', to: '[email protected]'
}

}

0 comments on commit 5ac1759

Please sign in to comment.