This commit is contained in:
Clemens Lauermann 2020-04-16 14:11:06 +02:00
parent 519d7520e6
commit 270affad48

2
Jenkinsfile vendored
View File

@ -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()],