From 666598a83193de7dfc8ffb1576b1836eb363f891 Mon Sep 17 00:00:00 2001 From: therter Date: Tue, 11 Oct 2022 15:55:30 +0200 Subject: [PATCH] remove invalid mailing list --- Jenkinsfile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4075a6..c826b39 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,19 +50,5 @@ pipeline { issueLabel: 'CI', issueTitle: '$JOB_NAME $BUILD_DISPLAY_NAME failed']) } - failure { - emailext attachLog: true, - to: "clarity-dev@lists.atosresearch.eu", - subject: "CSIS DEV UI Integration Tests failed: ${currentBuild.fullDisplayName}", - body: """

FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':

-

Visit https://csis-dev.myclimateservice.eu/ and see attached error log for more details.

""" - } - unstable { - emailext attachLog: true, - to: "clarity-dev@lists.atosresearch.eu", - subject: "CSIS DEV became unstable: ${currentBuild.fullDisplayName}", - body: """

UNSTABLE: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':

-

Visit https://csis-dev.myclimateservice.eu/ and see attached error log for more details.

""" - } } -} \ No newline at end of file +}