We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21afb48 commit 4eb662eCopy full SHA for 4eb662e
1 file changed
.gitlab-ci.yml
@@ -28,7 +28,7 @@ variables:
28
GRADLE_VERSION: "8.5" # must match gradle-wrapper.properties
29
MAVEN_REPOSITORY_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
30
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
31
- BUILDER_IMAGE_VERSION_PREFIX: "" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
+ BUILDER_IMAGE_VERSION_PREFIX: "v25.06-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
32
REPO_NOTIFICATION_CHANNEL: "#apm-java-escalations"
33
DEFAULT_TEST_JVMS: /^(8|11|17|21)$/
34
PROFILE_TESTS:
0 commit comments