diff --git a/.ci/jobs/elastic+elasticsearch-js+5.x.yml b/.ci/jobs/elastic+elasticsearch-js+5.x.yml new file mode 100644 index 000000000..88e67c8b0 --- /dev/null +++ b/.ci/jobs/elastic+elasticsearch-js+5.x.yml @@ -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' diff --git a/.ci/jobs/elastic+elasticsearch-js+6.x.yml b/.ci/jobs/elastic+elasticsearch-js+6.x.yml index 19ec923a6..5d2285996 100644 --- a/.ci/jobs/elastic+elasticsearch-js+6.x.yml +++ b/.ci/jobs/elastic+elasticsearch-js+6.x.yml @@ -9,3 +9,5 @@ default: refs/heads/6.x description: the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.) + triggers: + - timed: '@weekly' diff --git a/.ci/jobs/elastic+elasticsearch-js+7.x.yml b/.ci/jobs/elastic+elasticsearch-js+7.x.yml index 2db87f425..827b5018f 100644 --- a/.ci/jobs/elastic+elasticsearch-js+7.x.yml +++ b/.ci/jobs/elastic+elasticsearch-js+7.x.yml @@ -9,3 +9,5 @@ default: refs/heads/7.x description: the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.) + triggers: + - timed: '@weekly'