1---
2- job:
3    name: elastic+elasticsearch-php+7.x
4    display-name: 'elastic / elasticsearch-php # 7.x'
5    description: Testing the elasticsearch-php 7.x branch.
6    parameters:
7    - string:
8        name: branch_specifier
9        default: refs/heads/7.x
10        description: the Git branch specifier to build (<branchName>, <tagName>,
11          <commitId>, etc.)
12    triggers:
13    - github
14    - timed: 'H */12 * * *'
15