From d191329eb76188eb7ec90eb6b75269a28e46096e Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 22 Oct 2019 15:17:31 -0400 Subject: [PATCH] Adjust subject and body. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5900be5..eb17b22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -263,8 +263,8 @@ pipeline { body: "Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}" emailext attachmentsPattern: "**/*.${PIPELINE_BUILD_NUMBER}.csv", to: 'jenkinsreleases@d4science.org', - subject: "[Jenkins ${TYPE} report] report for ${currentBuild.fullDisplayName}", - body: "Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}" + subject: "${TYPE} report for release ${GCUBE_RELEASE_NUMBER} (build #${PIPELINE_BUILD_NUMBER})", + body: "${currentBuild.fullDisplayName}. Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}" } failure { echo 'The pipeline has failed'