Skip to content

Commit 257d3cf

Browse files
authored
Add 6.x job to Jenkins
1 parent 742aadd commit 257d3cf

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+6.x
4+
display-name: 'elastic / elasticsearch-py # 6.x'
5+
description: Testing the elasticsearch-py 6.x branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/6.x
11+
description: the Git branch specifier to build (<branchName>, <tagName>,
12+
<commitId>, etc.)

0 commit comments

Comments
 (0)