From afbd414b6887fe4de07e119a5953348142bc8a55 Mon Sep 17 00:00:00 2001 From: Jakub Cabal Date: Thu, 10 Oct 2024 12:25:40 +0200 Subject: [PATCH] NDK-TESTS: [MAINTENANCE] Add persistent recipients for notifications of verifications in Jenkins --- tests/jenkins/common.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jenkins/common.jenkins b/tests/jenkins/common.jenkins index 725c0edef..a74daceca 100644 --- a/tests/jenkins/common.jenkins +++ b/tests/jenkins/common.jenkins @@ -63,7 +63,7 @@ def commonPrekladVerRun(COMPONENTS) { println "FAILED on components: ${failed}." emailext \ recipientProviders: [culprits(), developers()], - to: 'cabal@cesnet.cz', + to: 'cabal@cesnet.cz, isa@cesnet.cz', subject: "[Jenkins] ${currentBuild.currentResult} ${env.JOB_NAME} #${currentBuild.number}", body: """\ The build of the repository ${env.JOB_NAME} #${currentBuild.number} ends up with status ${currentBuild.currentResult} on components: ${failed}. You can find build log in the attachments.