Skip to content

Commit bf350a3

Browse files
authored
Update CI.Jenkinsfile
Re-permission for Jenkins cleanup. Not comprehensive but good enough for now.
1 parent 878b34d commit bf350a3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CI.Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ def runVersion(sourceDir, ver) {
3434
php:${ver}-cli \
3535
bash -c \"cd /php-source && \
3636
./CI.sh && \
37-
${sonarExec}\""
37+
${sonarExec} && \
38+
echo && \
39+
echo [INFO] Re-permission files for cleanup. && \
40+
chown -R jenkins:jenkins /source\""
3841
}
3942

4043
node ("docker-light") {

0 commit comments

Comments
 (0)