We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51bab0 commit afaf46bCopy full SHA for afaf46b
.circleci/config.yml
@@ -66,12 +66,14 @@ jobs:
66
type: string
67
default: << pipeline.parameters.default-maven-image >>
68
exe:
69
- type: executor
+ type: string
70
default: docker-amd64-image
71
arg-line:
72
73
default: "--add-opens=java.base/java.nio=ALL-UNNAMED"
74
- executor: << parameters.exe >>
+ executor:
75
+ name: << parameters.exe >>
76
+ maven-image: << parameters.maven-image >>
77
steps:
78
- checkout
79
- restore_cache:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.5.0 [unreleased]
2
3
+### CI
4
+
5
+1. [#283](https://github.com/InfluxCommunity/influxdb3-java/pull/283) Fix pipeline not downloading the correct java images.
6
7
## 1.4.0 [2025-09-15]
8
9
### Features
0 commit comments