Try to email the build commits.

This commit is contained in:
Manuele Simi 2019-10-21 22:56:20 -04:00
parent b3fac64bcb
commit e6a734f40b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -255,7 +255,7 @@ pipeline {
}
success {
echo 'The pipeline worked!'
mail to: 'jenkinsbuilds@d4science.org',
emailext attachmentsPattern: "${AGENT_ROOT_FOLDER}/../build_commits.${PIPELINE_BUILD_NUMBER}.csv", to: 'jenkinsbuilds@d4science.org',
subject: "[Jenkins build D4S] build ${currentBuild.fullDisplayName} worked",
body: "Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}"
}