From a795ded7e438df29f88d9bbac6a3f453fa30a96d Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 20 Sep 2022 14:28:30 +0200 Subject: [PATCH] Update 'Jenkinsfile' fix sintax --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c1242d..592e6f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { echo 'The gCubeBuild pipeline has failed' emailext attachLog: true, to: 'roberto.cirillo@isti.cnr.it', - subject: "[Jenkins DockerPipeline D4S] build ${currentBuild.fullDisplayName} failed for image ${imagename}", + subject: "[Jenkins DockerPipeline D4S] build ${currentBuild.fullDisplayName} failed", body: "Something is wrong with ${env.BUILD_URL}" } }