Skip to content

Commit 3ca05b9

Browse files
authored
Add 7.8 job to Jenkins
1 parent 66e876d commit 3ca05b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-py+7.8
4+
display-name: 'elastic / elasticsearch-py # 7.8'
5+
description: Testing the elasticsearch-py 7.8 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/7.7
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)

0 commit comments

Comments
 (0)