mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -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) {
|
kibanaPipeline(timeoutMinutes: 210, checkPrChanges: true, setCommitStatus: true) {
|
||||||
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
|
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
|
||||||
githubPr.withDefaultPrComments {
|
githubPr.withDefaultPrComments {
|
||||||
ciStats.trackBuild {
|
ciStats.trackBuild(requireSuccess: githubPr.isPr()) {
|
||||||
catchError {
|
catchError {
|
||||||
retryable.enable()
|
retryable.enable()
|
||||||
kibanaPipeline.allCiTasks()
|
kibanaPipeline.allCiTasks()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue