Skip to content

Commit 3b39b0d

Browse files
authored
map host user to docker user (#171)
1 parent 1501f03 commit 3b39b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.CI/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ pipeline {
373373
label 'linux'
374374
dir '.CI/build-dep'
375375
customWorkspace 'ws/OpenModelicaLibraryTestingReport'
376-
args '-e IDA_EMAIL_USR=$IDA_EMAIL_USR -e IDA_EMAIL_PSW=$IDA_EMAIL_PSW'
376+
args '-e IDA_EMAIL_USR=$IDA_EMAIL_USR -e IDA_EMAIL_PSW=$IDA_EMAIL_PSW --user 1001 --volume /etc/passwd:/etc/passwd:ro --volume /etc/group:/etc/group:ro'
377377
}
378378
}
379379
when {

0 commit comments

Comments
 (0)