Added 7.10 job
This commit is contained in:
15
.ci/jobs/elastic+elasticsearch-js+7.10.yml
Normal file
15
.ci/jobs/elastic+elasticsearch-js+7.10.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
- job:
|
||||
name: elastic+elasticsearch-js+7.10
|
||||
display-name: 'elastic / elasticsearch-js # 7.10'
|
||||
description: Testing the elasticsearch-js 7.10 branch.
|
||||
junit_results: "*-junit.xml"
|
||||
parameters:
|
||||
- string:
|
||||
name: branch_specifier
|
||||
default: refs/heads/7.10
|
||||
description: the Git branch specifier to build (<branchName>, <tagName>,
|
||||
<commitId>, etc.)
|
||||
triggers:
|
||||
- github
|
||||
- timed: 'H */12 * * *'
|
||||
Reference in New Issue
Block a user