Updated CI conf
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
parameters:
|
parameters:
|
||||||
- string:
|
- string:
|
||||||
name: branch_specifier
|
name: branch_specifier
|
||||||
default: refs/heads8.0
|
default: refs/heads/8.0
|
||||||
description: the Git branch specifier to build (<branchName>, <tagName>,
|
description: the Git branch specifier to build (<branchName>, <tagName>,
|
||||||
<commitId>, etc.)
|
<commitId>, etc.)
|
||||||
triggers:
|
triggers:
|
||||||
|
|||||||
15
.ci/jobs/elastic+elasticsearch-js+8.1.yml
Normal file
15
.ci/jobs/elastic+elasticsearch-js+8.1.yml
Normal 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 * * *'
|
||||||
Reference in New Issue
Block a user