Skip to content

Commit

Permalink
[jenkins/security-cypress] send status emails to entire team (#75171)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger authored Aug 17, 2020
1 parent 0b28dc2 commit 7d3fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_security_cypress
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ kibanaPipeline(timeoutMinutes: 180) {
}

if (params.NOTIFY_ON_FAILURE) {
kibanaPipeline.sendMail(to: 'gloria.delatorre@elastic.co')
kibanaPipeline.sendMail(to: 'siem_dev_team@elastic.co')
}
}

0 comments on commit 7d3fe58

Please sign in to comment.