We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1501f03 commit 3b39b0dCopy full SHA for 3b39b0d
.CI/Jenkinsfile
@@ -373,7 +373,7 @@ pipeline {
373
label 'linux'
374
dir '.CI/build-dep'
375
customWorkspace 'ws/OpenModelicaLibraryTestingReport'
376
- args '-e IDA_EMAIL_USR=$IDA_EMAIL_USR -e IDA_EMAIL_PSW=$IDA_EMAIL_PSW'
+ 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'
377
}
378
379
when {
0 commit comments