Skip to content

Commit df50abc

Browse files
author
Adam Soos
committed
WS-3151: change jenkins cleanup to uid guid
1 parent f7c6b75 commit df50abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def runSonnarForPythonVersion(sourceDir, ver){
3737
${sonarExec} && \
3838
echo && \
3939
echo [INFO] Re-permission files for cleanup. && \
40-
chown -R jenkins:jenkins /source\""
40+
chown -R 9960:9960 /source\""
4141
}
4242

4343
node ("docker-light") {

0 commit comments

Comments
 (0)