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 fa43846 commit 73dfba9Copy full SHA for 73dfba9
CI.Jenkinsfile
@@ -24,8 +24,8 @@ node ("docker-light") {
24
pushd /source && \
25
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts && \
26
echo && \
27
- echo [INFO] Re-permission files for cleanup. && \
28
- chown -R jenkins:jenkins /source\""
+ echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
+ chown -R 9960:9960 /source\""
29
}
30
31
postToTeams(true)
0 commit comments