Jenkinsfile: remove outdated email step

Change-Id: Ie0c953def5f832bbd6a971fdb960564cd88cc6fd
This commit is contained in:
Stefan Benten 2023-02-02 13:42:52 +01:00 committed by Storj Robot
parent c1fffe881a
commit b979bb3232

8
Jenkinsfile vendored
View File

@ -152,13 +152,7 @@ node('node') {
slackSend color: 'danger', message: "@build-team ${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/storj branch ${env.BRANCH_NAME} build failed",
body: "Project build log: ${env.BUILD_URL}"
throw err
throw err
}
finally {