13 lines
426 B
YAML
13 lines
426 B
YAML
---
|
|
- job:
|
|
name: elastic+elasticsearch-py+master
|
|
display-name: 'elastic / elasticsearch-py # master'
|
|
description: Testing the elasticsearch-py master branch.
|
|
junit_results: "*-junit.xml"
|
|
parameters:
|
|
- string:
|
|
name: branch_specifier
|
|
default: refs/heads/master
|
|
description: the Git branch specifier to build (<branchName>, <tagName>,
|
|
<commitId>, etc.)
|