mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[CI] Disable running ES Snapshots pipelines in Jenkins for everything above 6.8 (#111554)
This commit is contained in:
parent
7971283bbe
commit
3e1e90fd47
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/bin/groovy
|
||||
|
||||
if (!params.branches_yaml) {
|
||||
error "'branches_yaml' parameter must be specified"
|
||||
}
|
||||
|
||||
def branches = readYaml text: params.branches_yaml
|
||||
// Only run this pipeline for 6.8. Higher branches are now running in Buildkite.
|
||||
def branches = ['6.8']
|
||||
|
||||
branches.each { branch ->
|
||||
build(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue