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' }