Updated ci jobs

This commit is contained in:
delvedor
2019-03-19 11:27:58 +01:00
parent 5c60d98180
commit 1c3541a740
3 changed files with 17 additions and 0 deletions

View File

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

View File

@ -9,3 +9,5 @@
default: refs/heads/6.x
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- timed: '@weekly'

View File

@ -9,3 +9,5 @@
default: refs/heads/7.x
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
- timed: '@weekly'