Adjust subject and body.

This commit is contained in:
Manuele Simi 2019-10-22 15:17:31 -04:00
parent fedf9bf2c3
commit d191329eb7
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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'