Skip to content

Commit 109055d

Browse files
committed
CI: Add 7.13 target to clients CI
1 parent a38c8f5 commit 109055d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-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+go-elasticsearch+7.13
4+
display-name: 'elastic / go-elasticsearch # 7.13'
5+
description: Testing the go-elasticsearch 7.13 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/7.13
11+
description: The Git branch specifier to build
12+
triggers:
13+
- github
14+
- timed: 'H */12 * * *'
15+

0 commit comments

Comments
 (0)