diff --git a/Jenkinsfile b/Jenkinsfile index 3889efd..e629846 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { success { echo 'The deploy pipeline worked!' - emailext //attachmentsPattern: "**/${ACTION_DEPLOY_FILE}.csv", + emailext attachLog: true,//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}. "