Skip to content

Commit 030a2df

Browse files
committed
Add jobs for testing missing 8.x branches
1 parent ce37b0f commit 030a2df

5 files changed

+75
-0
lines changed
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.3
4+
display-name: 'elastic / elasticsearch-js # 8.3'
5+
description: Testing the elasticsearch-js 8.3 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.3
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)
13+
triggers:
14+
- github
15+
- timed: 'H */12 * * *'
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.4
4+
display-name: 'elastic / elasticsearch-js # 8.3'
5+
description: Testing the elasticsearch-js 8.4 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.4
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)
13+
triggers:
14+
- github
15+
- timed: 'H */12 * * *'
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.5
4+
display-name: 'elastic / elasticsearch-js # 8.5'
5+
description: Testing the elasticsearch-js 8.5 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.5
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)
13+
triggers:
14+
- github
15+
- timed: 'H */12 * * *'
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.6
4+
display-name: 'elastic / elasticsearch-js # 8.6'
5+
description: Testing the elasticsearch-js 8.6 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.6
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)
13+
triggers:
14+
- github
15+
- timed: 'H */12 * * *'
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.7
4+
display-name: 'elastic / elasticsearch-js # 8.7'
5+
description: Testing the elasticsearch-js 8.7 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/8.7
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)