mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
require successful ci-stats for build success in PRs (#98846)
Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
8810e8484c
commit
246f4be00e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -6,7 +6,7 @@ kibanaLibrary.load()
|
|||
kibanaPipeline(timeoutMinutes: 210, checkPrChanges: true, setCommitStatus: true) {
|
||||
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
|
||||
githubPr.withDefaultPrComments {
|
||||
ciStats.trackBuild {
|
||||
ciStats.trackBuild(requireSuccess: githubPr.isPr()) {
|
||||
catchError {
|
||||
retryable.enable()
|
||||
kibanaPipeline.allCiTasks()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue