mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
15 lines
409 B
YAML
Executable File
15 lines
409 B
YAML
Executable File
---
|
|
- job:
|
|
name: elastic+eland+master
|
|
display-name: 'elastic / eland # master'
|
|
description: Eland is a data science client with a Pandas-like interface
|
|
junit_results: "*-junit.xml"
|
|
parameters:
|
|
- string:
|
|
name: branch_specifier
|
|
default: refs/heads/master
|
|
description: The Git branch specifier to build
|
|
triggers:
|
|
- github
|
|
- timed: '@daily'
|