diff --git a/Jenkinsfile b/Jenkinsfile index 2d3e88f..fe593b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,9 @@ pipeline { post { always { junit 'test-reports/results.xml' //4 +           mail to:"buildAdmin@mycompany.com", +          subject:"STATUS FOR PROJECT: ${currentBuild.fullDisplayName}", +          body: "RESULT: ${currentBuild.result}"   } } }