mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[CI] Record Github commit statuses outside of PRs (#69432)
This commit is contained in:
parent
1cdeec07b2
commit
1ad18794ef
9 changed files with 229 additions and 5 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@
|
|||
library 'kibana-pipeline-library'
|
||||
kibanaLibrary.load()
|
||||
|
||||
kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
|
||||
kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true, setCommitStatus: true) {
|
||||
githubPr.withDefaultPrComments {
|
||||
ciStats.trackBuild {
|
||||
catchError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue