We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d8162 commit 6927ce7Copy full SHA for 6927ce7
CI.Jenkinsfile
@@ -34,6 +34,7 @@ node ("docker-light") {
34
bash -c \"apt-get update && \
35
apt-get install -y git && \
36
pushd /source && \
37
+ git config --global --add safe.directory /source && \
38
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
39
maven_ret=\\\$?; \
40
echo && \
0 commit comments