FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 92810309 authored by Kevin Hooke's avatar Kevin Hooke
Browse files

added var for Maven test images

parent 2777096f
No related branches found
No related tags found
1 merge request!104Combined maven pipeline configs from WRS and Java Common into a new common template
......@@ -14,12 +14,13 @@
# "variables" section below for details.
# Versions to run tests in.
.maven:versions: ["3.9-eclipse-temurin-8"]
.maven:versions: $MAVEN_TEST_IMAGES
variables:
# Default maven version and base docker image to use when building Java packages.
MAVEN_VERSION: "3.9-eclipse-temurin-8"
MAVEN_IMAGE: maven:$MAVEN_VERSION
MAVEN_TEST_IMAGES: ["3.9-eclipse-temurin-8"]
# DinD service for Testcontainers support
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment