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