Skip to content

Commit df96a8a

Browse files
committed
WS-2609: Really fix Docker label. I hope.
1 parent a51cd2f commit df96a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ node ("docker-light") {
1515
// --pull always \
1616
// --env API_KEY=${API_KEY} \
1717
// --env ALT_URL=${ALT_URL} \
18-
// --volume ${sourceDir}:/source maven:eclipse-temurin-17-focal \
18+
// --volume ${sourceDir}:/source maven:3.8-eclipse-temurin-17-focal \
1919
// bash -c \"pushd /source; mvn -B clean install\""
2020
// }
2121
withEnv([]) {
2222
sh "docker run --rm \
2323
--pull always \
24-
--volume ${sourceDir}:/source maven:eclipse-temurin-17-focal \
24+
--volume ${sourceDir}:/source maven:3.8-eclipse-temurin-17-focal \
2525
bash -c \"pushd /source && \
2626
mvn -B clean install\""
2727
}

0 commit comments

Comments
 (0)