Skip to content

Commit

Permalink
Update CI.Jenkinsfile
Browse files Browse the repository at this point in the history
Re-permission for Jenkins cleanup.  Not comprehensive but good enough for now.
  • Loading branch information
seth-mg authored Jan 16, 2024
1 parent 878b34d commit bf350a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CI.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ def runVersion(sourceDir, ver) {
php:${ver}-cli \
bash -c \"cd /php-source && \
./CI.sh && \
${sonarExec}\""
${sonarExec} && \
echo && \
echo [INFO] Re-permission files for cleanup. && \
chown -R jenkins:jenkins /source\""
}

node ("docker-light") {
Expand Down

0 comments on commit bf350a3

Please sign in to comment.