Skip to content

Commit

Permalink
Jenkinsfile.private: remove outdated email step
Browse files Browse the repository at this point in the history
Change-Id: I0602368eda96254cf4c7e2f120453ab60cca3a90
  • Loading branch information
stefanbenten committed Feb 2, 2023
1 parent faa4551 commit 3ad44b1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Jenkinsfile.private
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3ad44b1

Please sign in to comment.