We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfe50a commit b22b07fCopy full SHA for b22b07f
1 file changed
.gitlab-ci.yml
@@ -28,7 +28,7 @@ variables:
28
GRADLE_VERSION: "8.14.3" # must match gradle-wrapper.properties
29
MAVEN_REPOSITORY_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
30
GRADLE_PLUGIN_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
31
- BUILDER_IMAGE_VERSION_PREFIX: "v25.07-" # 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: "118_merge-" # 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|25)$/ # the latest "stable" version is LTS v25
34
PROFILE_TESTS:
0 commit comments