From 270affad483a844e1ca74bcd8491af9f7f0993e1 Mon Sep 17 00:00:00 2001 From: Clemens Lauermann Date: Thu, 16 Apr 2020 14:11:06 +0200 Subject: [PATCH] fix typo in 519d7520e6d1 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()],