Skip to content

Commit e0df11d

Browse files
committed
Added 6.8.x branch in CI
1 parent 331a578 commit e0df11d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-php+6.8.x
4+
display-name: 'elastic / elasticsearch-php # 6.8.x'
5+
description: Testing the elasticsearch-php 6.8.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/6.8.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: 'H */12 * * *'

0 commit comments

Comments
 (0)