Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ pipeline {
label 'linux'
dir '.CI/build-dep'
customWorkspace 'ws/OpenModelicaLibraryTestingReport'
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'
args '-e IDA_EMAIL_USR=$IDA_EMAIL_USR -e IDA_EMAIL_PSW=$IDA_EMAIL_PSW'
}
}
when {
Expand All @@ -386,9 +386,9 @@ pipeline {
IDA_EMAIL = credentials('IDA email')
}
steps {
sshagent (credentials: ['Hudson-SSH-Key']) {
createInitialHistoryFilesOnRemote()
}
//sshagent (credentials: ['Hudson-SSH-Key']) {
// createInitialHistoryFilesOnRemote()
//}
sh 'rm -rf sqlite3.db *.html history'
sh '''
if ! test -d OpenModelica; then
Expand Down Expand Up @@ -451,9 +451,9 @@ pipeline {
IDA_EMAIL = credentials('IDA email')
}
steps {
sshagent (credentials: ['Hudson-SSH-Key']) {
createInitialHistoryFilesOnRemote()
}
//sshagent (credentials: ['Hudson-SSH-Key']) {
// createInitialHistoryFilesOnRemote()
//}
sh 'rm -f sqlite3.db *.html'
sh '''
if ! test -d OpenModelica; then
Expand Down