From cc7d60885265c8fa1b451e8bf93425d170d93b19 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Tue, 20 Jun 2023 12:07:27 +0200 Subject: [PATCH] set recipients to production --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 72d6dca..9274342 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -188,7 +188,7 @@ pipeline { post { failure { - emailext subject: "${env.JOB_NAME} build ${env.BUILD_ID} failed", + emailext subject: "THE OFFICIAL ${env.JOB_NAME} build ${env.BUILD_ID} failed", body: "QM report failed, see logs for details: ${env.BUILD_URL}", to: 'Arnel.Arnautovic@nttdata.com, Daniel.Mikula@nttdata.com' // to post to the teams channel "0 - APM Service Desk" just uncomment the following command: