Skip to content

Commit 1c3541a

Browse files
committed
Updated ci jobs
1 parent 5c60d98 commit 1c3541a

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-js+5.x
4+
display-name: 'elastic / elasticsearch-js # 5.x'
5+
description: Testing the elasticsearch-js 5.x branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/5.x
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- timed: '@weekly'

.ci/jobs/elastic+elasticsearch-js+6.x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
default: refs/heads/6.x
1010
description: the Git branch specifier to build (<branchName>, <tagName>,
1111
<commitId>, etc.)
12+
triggers:
13+
- timed: '@weekly'

.ci/jobs/elastic+elasticsearch-js+7.x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
default: refs/heads/7.x
1010
description: the Git branch specifier to build (<branchName>, <tagName>,
1111
<commitId>, etc.)
12+
triggers:
13+
- timed: '@weekly'

0 commit comments

Comments
 (0)