Added 7.9 branch to ci jobs

This commit is contained in:
delvedor
2020-07-15 15:40:51 +02:00
parent 39cf023426
commit 530f50be95

View File

@ -1,13 +1,13 @@
---
- job:
name: elastic+elasticsearch-js+7.8
display-name: 'elastic / elasticsearch-js # 7.8'
description: Testing the elasticsearch-js 7.8 branch.
name: elastic+elasticsearch-js+7.9
display-name: 'elastic / elasticsearch-js # 7.9'
description: Testing the elasticsearch-js 7.9 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/7.8
default: refs/heads/7.9
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers: