fix emailtext sintax

This commit is contained in:
Roberto Cirillo 2022-04-15 15:25:26 +02:00
parent ef5981f6c5
commit 47f57c30b4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -62,7 +62,7 @@ pipeline {
success {
echo 'The deploy pipeline worked!'
emailext attachmentsPattern: "**/${ACTION_DEPLOY_FILE}.csv",
emailext //attachmentsPattern: "**/${ACTION_DEPLOY_FILE}.csv",
to: 'roberto.cirillo@isti.cnr.it',
subject: "Deploy report (build #${PIPELINE_BUILD_NUMBER})",
body: "${currentBuild.fullDisplayName}. Build time: ${currentBuild.durationString}. See ${env.BUILD_URL}. "