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