mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
9f3d99f0e2
commit
f93bc47374
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ kibanaLibrary.load()
|
|||
|
||||
withGithubCredentials {
|
||||
branches.each { branch ->
|
||||
if (branch == '6.8') {
|
||||
// skip 6.8, it is tracked but we don't need snapshots for it and haven't backported
|
||||
// the baseline capture scripts to it.
|
||||
return;
|
||||
}
|
||||
|
||||
stage(branch) {
|
||||
def commits = getCommits(branch, MAXIMUM_COMMITS_TO_CHECK, MAXIMUM_COMMITS_TO_BUILD)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue