Skip to content

Commit 73dfba9

Browse files
authored
Update CI.Jenkinsfile
Update chown parameters as we are running in a container.
1 parent fa43846 commit 73dfba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ node ("docker-light") {
2424
pushd /source && \
2525
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts && \
2626
echo && \
27-
echo [INFO] Re-permission files for cleanup. && \
28-
chown -R jenkins:jenkins /source\""
27+
echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
28+
chown -R 9960:9960 /source\""
2929
}
3030
}
3131
postToTeams(true)

0 commit comments

Comments
 (0)