Update CI conf

This commit is contained in:
delvedor
2021-07-16 11:29:04 +02:00
parent 3137780d6b
commit 76f5845ac1

View File

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