Add 7.12 to CI jobs

This commit is contained in:
delvedor
2021-02-18 16:40:42 +01:00
parent 8311a4ad04
commit 7801b2cc13

View File

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