From 95e6328f57aeb31cdf92a118949b99dbebf7d7a7 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 3 Sep 2025 12:17:59 +0200 Subject: [PATCH] Updated Jenkinfile to autolaunch integration tests refs #2748 --- Jenkins/Jenkinsfile-deb-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Jenkinsfile-deb-pkg b/Jenkins/Jenkinsfile-deb-pkg index 42bf5f3..7b5cc37 100644 --- a/Jenkins/Jenkinsfile-deb-pkg +++ b/Jenkins/Jenkinsfile-deb-pkg @@ -111,7 +111,7 @@ pipeline { } } always { - notifyBuildStatus('narenas@qindel.com') + notifyBuildStatus('opengnsys@qindel.com') } } }