diff --git a/Jenkinsfile b/Jenkinsfile index acac2a9..4961ee2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { } } post { - allways { + always { emailext attachLog: true, attachmentsPattern: 'output/**', body: "${currentBuild.currentResult}: Job ${env.JOB_NAME} build ${env.BUILD_NUMBER}", recipientProviders: [requestor()],