Update CI conf

This commit is contained in:
delvedor
2022-05-20 14:28:42 +02:00
parent 697b594ea2
commit 27748779c6

View File

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