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'