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 a51cd2f commit df96a8aCopy full SHA for df96a8a
CI.Jenkinsfile
@@ -15,13 +15,13 @@ node ("docker-light") {
15
// --pull always \
16
// --env API_KEY=${API_KEY} \
17
// --env ALT_URL=${ALT_URL} \
18
-// --volume ${sourceDir}:/source maven:eclipse-temurin-17-focal \
+// --volume ${sourceDir}:/source maven:3.8-eclipse-temurin-17-focal \
19
// bash -c \"pushd /source; mvn -B clean install\""
20
// }
21
withEnv([]) {
22
sh "docker run --rm \
23
--pull always \
24
- --volume ${sourceDir}:/source maven:eclipse-temurin-17-focal \
+ --volume ${sourceDir}:/source maven:3.8-eclipse-temurin-17-focal \
25
bash -c \"pushd /source && \
26
mvn -B clean install\""
27
}
0 commit comments