Updated CI configuration

This commit is contained in:
delvedor
2022-02-02 10:36:09 +01:00
parent 4643a359fe
commit 7985aab860
3 changed files with 20 additions and 5 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
---
STACK_VERSION:
- 8.0.0-SNAPSHOT
- 8.1.0-SNAPSHOT
NODE_JS_VERSION:
- 16