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 f886297 commit 60544efCopy full SHA for 60544ef
CI.Jenkinsfile
@@ -12,7 +12,7 @@ node ("docker-light") {
12
sh "docker run --rm \
13
--pull always \
14
--volume ${sourceDir}:/source \
15
- --volume /opt/maven-basis:/opt/maven-basis
+ --volume /opt/maven-basis:/opt/maven-basis \
16
eclipse-temurin:17-jdk-focal \
17
bash -c \"pushd /source && \
18
/opt/maven-basis/bin/mvn --batch-mode clean install && \
0 commit comments