Skip to content

Commit dd81b32

Browse files
committed
Added 8.2 job
1 parent 6fe87e1 commit dd81b32

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+8.2
4+
display-name: 'elastic / elasticsearch-php # 8.2'
5+
description: Testing the elasticsearch-php 8.2 branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/8.2
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)