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 43bc166 commit 6ed0e1dCopy full SHA for 6ed0e1d
CI.Jenkinsfile
@@ -13,11 +13,12 @@ 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 && \
+ bash -c \"apt-get update && \
+ apt-get install -y git && \
19
+ pushd /source && \
20
/opt/maven-basis/bin/mvn --batch-mode clean install && \
- /opt/maven-basis/bin/mvn sonar:sonar \
21
+ /opt/maven-basis/bin/mvn --batch-mode sonar:sonar \
22
-Dsonar.login=${env.SONAR_AUTH_TOKEN} \
23
-Dsonar.host.url=${env.SONAR_HOST_URL}\""
24
}
0 commit comments