diff --git a/Jenkinsfile b/Jenkinsfile index 8d0870c..add0aab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,11 +89,7 @@ pipeline{ } } } - } - post { - always { - mail bcc: '', body: "
Project: ${env.JOB_NAME}
Build Number: ${env.BUILD_NUMBER}
URL de build: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: '', mimeType: 'text/html', replyTo: '', subject: "${currentBuild.result} CI: Project name -> ${env.JOB_NAME}", to: "saadullah946@gmail.com"; - } - } + } + }