Skip to content

Commit d279b29

Browse files
committed
Updated CI conf
1 parent 3e6b02b commit d279b29

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.ci/jobs/elastic+elasticsearch-js+8.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads8.0
10+
default: refs/heads/8.0
1111
description: the Git branch specifier to build (<branchName>, <tagName>,
1212
<commitId>, etc.)
1313
triggers:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+8.1
4+
display-name: 'elastic / elasticsearch-js # 8.1'
5+
description: Testing the elasticsearch-js 8.1 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.1
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)
13+
triggers:
14+
- github
15+
- timed: 'H */12 * * *'

0 commit comments

Comments
 (0)