Added 7.10 job

This commit is contained in:
delvedor
2020-10-12 16:10:10 +02:00
parent 5682e680d1
commit 580364392e

View 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 * * *'