mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[CI] Disable tracked branch jobs in Jenkins, enable reporting in Buildkite (#112604)
This commit is contained in:
parent
924ad66450
commit
14b2157990
2 changed files with 6 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,5 +1,10 @@
|
|||
#!/bin/groovy
|
||||
|
||||
if (!env.ghprbPullId) {
|
||||
print "Non-PR builds are now in Buildkite."
|
||||
return
|
||||
}
|
||||
|
||||
library 'kibana-pipeline-library'
|
||||
kibanaLibrary.load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue