Skip to content

Commit fbb5f6a

Browse files
authored
this is not working, disable it for now (#172)
1 parent 3b39b0d commit fbb5f6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.CI/Jenkinsfile

Lines changed: 7 additions & 7 deletions
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 --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

0 commit comments

Comments
 (0)