Skip to content

Commit 41e65f2

Browse files
committed
CI: Add the 7.x configuration for Jenkins
1 parent 8847ca1 commit 41e65f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+go-elasticsearch+7.x
4+
display-name: 'elastic / go-elasticsearch # 7.x'
5+
description: Testing the go-elasticsearch 7.x branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/7.x
11+
description: The Git branch specifier to build
12+
triggers:
13+
- github
14+
- timed: '@daily'

0 commit comments

Comments
 (0)