From cf6d59d80345d9ceb1631ac9d5c798f00db98d55 Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:52:20 +0530 Subject: [PATCH] Update jenkinsfiles --- jenkinsfiles | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkinsfiles b/jenkinsfiles index ea0bbe777..547e87a05 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -14,6 +14,7 @@ pipeline { stage('build'){ steps { sh 'mvn clean package' + mail bcc: '', body: 'Anything as now', cc: '', from: '', replyTo: '', subject: 'About Your Job', to: 'all@devops' junit testResults: '**/surefire-reports/*.xml' archive '**/target/spring-petclinic-*.jar' }