From 6927ce779de38c2e1fc9c0c054c0f0e59646e79e Mon Sep 17 00:00:00 2001 From: seth-mg Date: Tue, 3 Dec 2024 16:24:28 -0600 Subject: [PATCH] Allow file permission mismatch. --- CI.Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/CI.Jenkinsfile b/CI.Jenkinsfile index 8d0d3cd33..6d669cfba 100644 --- a/CI.Jenkinsfile +++ b/CI.Jenkinsfile @@ -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 && \