Updated CI configuration

This commit is contained in:
delvedor
2022-02-02 17:35:58 +01:00
parent 7985aab860
commit 071a6ba4bb
2 changed files with 16 additions and 1 deletions

View File

@ -7,7 +7,7 @@
parameters:
- string:
name: branch_specifier
default: refs/heads8.0
default: refs/heads/8.0
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:

View File

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