Added 7.7 branch to ci jobs

This commit is contained in:
delvedor
2020-03-23 17:52:19 +01:00
parent d7836a16af
commit 153bc26b39

View File

@ -0,0 +1,14 @@
---
- job:
name: elastic+elasticsearch-js+7.7
display-name: 'elastic / elasticsearch-js # 7.7'
description: Testing the elasticsearch-js 7.7 branch.
parameters:
- string:
name: branch_specifier
default: refs/heads/7.7
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- github
- timed: '@daily'