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