mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Update Jenkins jobs for 8.x and 7.x
This commit is contained in:
parent
5bc1a824a7
commit
f98ebd4c29
14
.ci/jobs/elastic+eland+7.x.yml
Executable file
14
.ci/jobs/elastic+eland+7.x.yml
Executable file
@ -0,0 +1,14 @@
|
||||
---
|
||||
- job:
|
||||
name: elastic+eland+7.x
|
||||
display-name: 'elastic / eland # 7.x'
|
||||
description: Eland is a data science client with a Pandas-like interface
|
||||
junit_results: "*-junit.xml"
|
||||
parameters:
|
||||
- string:
|
||||
name: branch_specifier
|
||||
default: refs/heads/7.x
|
||||
description: The Git branch specifier to build
|
||||
triggers:
|
||||
- github
|
||||
- timed: '@daily'
|
@ -1,16 +1,15 @@
|
||||
---
|
||||
|
||||
ELASTICSEARCH_VERSION:
|
||||
- 8.1.0-SNAPSHOT
|
||||
- 8.0.0-SNAPSHOT
|
||||
- 7.x-SNAPSHOT
|
||||
- 7.14-SNAPSHOT
|
||||
- 7.11-SNAPSHOT
|
||||
|
||||
PANDAS_VERSION:
|
||||
- 1.2.0
|
||||
- 1.3.0
|
||||
|
||||
PYTHON_VERSION:
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user