Skip to content

Commit d0f21cb

Browse files
committed
[CI] Add jenkins jobs for 7.x branch
1 parent edf22b6 commit d0f21cb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-ruby+7.x
4+
display-name: 'elastic / elasticsearch-ruby # 7.x'
5+
description: Testing the elasticsearch-ruby 7.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/7.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)

.ci/test-matrix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ELASTICSEARCH_VERSION:
3-
- 7.0.0
4-
- 7.0.1-SNAPSHOT
3+
- 7.1.0
4+
- 7.1.0-SNAPSHOT
55

66
RUBY_TEST_VERSION:
77
- 2.6.1

0 commit comments

Comments
 (0)