Skip to content

Commit bbfa6ba

Browse files
authored
Update CI.Jenkinsfile
Re-permission files for Jenkins cleanup. Not comprehensive but good enough for now.
1 parent 3ce3a6e commit bbfa6ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CI.Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ def runSonnarForPythonVersion(sourceDir, ver){
3434
pip3 install tox && \
3535
cd /source && \
3636
tox && \
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)