Skip to content

Commit e4d17d5

Browse files
authored
Update Jenkins jobs
1 parent 5c820f2 commit e4d17d5

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

.ci/jobs/elastic+elasticsearch-py+8.2.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-py+6.x
4-
display-name: 'elastic / elasticsearch-py # 6.x'
5-
description: Testing the elasticsearch-py 6.x branch.
3+
name: elastic+elasticsearch-py+8.3
4+
display-name: 'elastic / elasticsearch-py # 8.3'
5+
description: Testing the elasticsearch-py 8.3 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/6.x
10+
default: refs/heads/8.3
1111
description: the Git branch specifier to build (<branchName>, <tagName>,
1212
<commitId>, etc.)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-py+8.1
4-
display-name: 'elastic / elasticsearch-py # 8.1'
5-
description: Testing the elasticsearch-py 8.1 branch.
3+
name: elastic+elasticsearch-py+8.4
4+
display-name: 'elastic / elasticsearch-py # 8.4'
5+
description: Testing the elasticsearch-py 8.4 branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/8.1
10+
default: refs/heads/8.4
1111
description: the Git branch specifier to build (<branchName>, <tagName>,
1212
<commitId>, etc.)

0 commit comments

Comments
 (0)