mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[CI] Add slack alerts to tracked branch jobs, change default channel, change formatting (#66580)
This commit is contained in:
parent
7366552a32
commit
58b77fcb34
2 changed files with 34 additions and 15 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -53,7 +53,9 @@ kibanaPipeline(timeoutMinutes: 135, checkPrChanges: true) {
|
|||
}
|
||||
}
|
||||
|
||||
retryable.printFlakyFailures()
|
||||
kibanaPipeline.sendMail()
|
||||
if (params.NOTIFY_ON_FAILURE) {
|
||||
slackNotifications.onFailure()
|
||||
kibanaPipeline.sendMail()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue