Skip to content

Commit

Permalink
Update JenkinsfileAugBatch7.30AMIST2021
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Oct 5, 2021
1 parent 379ec54 commit 4068e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JenkinsfileAugBatch7.30AMIST2021
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node
node('wallmart-node')
{

def mavenHome = tool name: "maven3.6.2"
Expand Down Expand Up @@ -28,13 +28,13 @@ node
}
}

*/

stage('SendEmailNotification'){
mail bcc: '[email protected]', body: '''Build Over !!

Regards,
Mithun Technologies,
9980923226''', cc: '[email protected]', from: '', replyTo: '', subject: 'Build Over!!', to: '[email protected]'
}

*/
}//Closing brancket for Node

0 comments on commit 4068e19

Please sign in to comment.