File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 --user 1001 --volume /etc/passwd:/etc/passwd:ro --volume /etc/group:/etc/group:ro '
376+ args ' -e IDA_EMAIL_USR=$IDA_EMAIL_USR -e IDA_EMAIL_PSW=$IDA_EMAIL_PSW'
377377 }
378378 }
379379 when {
@@ -386,9 +386,9 @@ pipeline {
386386 IDA_EMAIL = credentials(' IDA email' )
387387 }
388388 steps {
389- sshagent (credentials : [' Hudson-SSH-Key' ]) {
390- createInitialHistoryFilesOnRemote()
391- }
389+ // sshagent (credentials: ['Hudson-SSH-Key']) {
390+ // createInitialHistoryFilesOnRemote()
391+ // }
392392 sh ' rm -rf sqlite3.db *.html history'
393393 sh '''
394394 if ! test -d OpenModelica; then
@@ -451,9 +451,9 @@ pipeline {
451451 IDA_EMAIL = credentials(' IDA email' )
452452 }
453453 steps {
454- sshagent (credentials : [' Hudson-SSH-Key' ]) {
455- createInitialHistoryFilesOnRemote()
456- }
454+ // sshagent (credentials: ['Hudson-SSH-Key']) {
455+ // createInitialHistoryFilesOnRemote()
456+ // }
457457 sh ' rm -f sqlite3.db *.html'
458458 sh '''
459459 if ! test -d OpenModelica; then
You can’t perform that action at this time.
0 commit comments