Updated Jenkins jobs

This commit is contained in:
delvedor
2021-10-27 17:06:03 +02:00
parent bf317be2a7
commit 88933ad39e
2 changed files with 4 additions and 19 deletions

View File

@ -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:

View File

@ -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 * * *'