Skip to content

Commit 6927ce7

Browse files
authored
Allow file permission mismatch.
1 parent 92d8162 commit 6927ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CI.Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ node ("docker-light") {
3434
bash -c \"apt-get update && \
3535
apt-get install -y git && \
3636
pushd /source && \
37+
git config --global --add safe.directory /source && \
3738
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
3839
maven_ret=\\\$?; \
3940
echo && \

0 commit comments

Comments
 (0)