Jenkinsfile: remove outdated email step
Change-Id: Ie0c953def5f832bbd6a971fdb960564cd88cc6fd
This commit is contained in:
parent
c1fffe881a
commit
b979bb3232
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user