Skip to content

Commit ea31bd1

Browse files
authored
Update jenkins targets (#293)
* CI: Remove oldest targets * CI: Add 7.14 Jenkins target
1 parent 0e91077 commit ea31bd1

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.ci/jobs/elastic+go-elasticsearch+7.12.yml

-15
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
- job:
3-
name: elastic+go-elasticsearch+7.11
4-
display-name: 'elastic / go-elasticsearch # 7.11'
5-
description: Testing the go-elasticsearch 7.11 branch.
3+
name: elastic+go-elasticsearch+7.14
4+
display-name: 'elastic / go-elasticsearch # 7.14'
5+
description: Testing the go-elasticsearch 7.14 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/7.11
10+
default: refs/heads/7.14
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
1414
- timed: 'H */12 * * *'
15-

0 commit comments

Comments
 (0)