From 88933ad39e4ff7d8d3f74a1280e4d5fd00910055 Mon Sep 17 00:00:00 2001 From: delvedor Date: Wed, 27 Oct 2021 17:06:03 +0200 Subject: [PATCH] Updated Jenkins jobs --- ...7.14.yml => elastic+elasticsearch-js+7.16.yml} | 8 ++++---- .ci/jobs/elastic+elasticsearch-js+7.x.yml | 15 --------------- 2 files changed, 4 insertions(+), 19 deletions(-) rename .ci/jobs/{elastic+elasticsearch-js+7.14.yml => elastic+elasticsearch-js+7.16.yml} (60%) delete mode 100644 .ci/jobs/elastic+elasticsearch-js+7.x.yml diff --git a/.ci/jobs/elastic+elasticsearch-js+7.14.yml b/.ci/jobs/elastic+elasticsearch-js+7.16.yml similarity index 60% rename from .ci/jobs/elastic+elasticsearch-js+7.14.yml rename to .ci/jobs/elastic+elasticsearch-js+7.16.yml index 0cab6d3eb..c2a4ffe70 100644 --- a/.ci/jobs/elastic+elasticsearch-js+7.14.yml +++ b/.ci/jobs/elastic+elasticsearch-js+7.16.yml @@ -1,13 +1,13 @@ --- - job: - name: elastic+elasticsearch-js+7.14 - display-name: 'elastic / elasticsearch-js # 7.14' - description: Testing the elasticsearch-js 7.14 branch. + name: elastic+elasticsearch-js+7.16 + display-name: 'elastic / elasticsearch-js # 7.16' + description: Testing the elasticsearch-js 7.16 branch. junit_results: "*-junit.xml" parameters: - string: name: branch_specifier - default: refs/heads/7.14 + default: refs/heads/7.16 description: the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.) triggers: diff --git a/.ci/jobs/elastic+elasticsearch-js+7.x.yml b/.ci/jobs/elastic+elasticsearch-js+7.x.yml deleted file mode 100644 index ec38aeebe..000000000 --- a/.ci/jobs/elastic+elasticsearch-js+7.x.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- job: - name: elastic+elasticsearch-js+7.x - display-name: 'elastic / elasticsearch-js # 7.x' - description: Testing the elasticsearch-js 7.x branch. - junit_results: "*-junit.xml" - parameters: - - string: - name: branch_specifier - default: refs/heads/7.x - description: the Git branch specifier to build (<branchName>, <tagName>, - <commitId>, etc.) - triggers: - - github - - timed: 'H */12 * * *'