Skip to content

Commit

Permalink
Allow file permission mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg authored Dec 3, 2024
1 parent 92d8162 commit 6927ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ node ("docker-light") {
bash -c \"apt-get update && \
apt-get install -y git && \
pushd /source && \
git config --global --add safe.directory /source && \
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
maven_ret=\\\$?; \
echo && \
Expand Down

0 comments on commit 6927ce7

Please sign in to comment.