From 3ad44b1673575e4a54d46d0153e778a001a01225 Mon Sep 17 00:00:00 2001 From: Stefan Benten Date: Thu, 2 Feb 2023 13:46:21 +0100 Subject: [PATCH] Jenkinsfile.private: remove outdated email step Change-Id: I0602368eda96254cf4c7e2f120453ab60cca3a90 --- Jenkinsfile.private | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile.private b/Jenkinsfile.private index bfa883b0..3ce2ae1e 100644 --- a/Jenkinsfile.private +++ b/Jenkinsfile.private @@ -64,13 +64,7 @@ node('node') { slackSend color: 'danger', channel: '#team-integrations-edge', message: "@edge gateway-mt branch ${env.BRANCH_NAME} build failed during stage ${lastStage} ${env.BUILD_URL}" - mail from: 'builds@storj.io', - replyTo: 'builds@storj.io', - to: 'builds@storj.io', - subject: "storj/gateway-mt branch ${env.BRANCH_NAME} build failed", - body: "Project build log: ${env.BUILD_URL}" - - throw err + throw err } finally {