From 76f9145ef0504cc8fc87d52524d725f25a642673 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 11:56:32 +0200 Subject: [PATCH] training build not testing in status mail --- Jenkinsfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 2561578..8c72cba 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -32,7 +32,7 @@ stages { } post { always { - emailext body: "${currentBuild.currentResult}", subject: 's444354-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + emailext body: "${currentBuild.currentResult}", subject: 's444354-training build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' } } } \ No newline at end of file