Skip to content

Commit

Permalink
is - not _
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jan 30, 2024
1 parent 0d154c9 commit e3e3755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .CI/Jenkinsfile
Expand Up @@ -689,7 +689,7 @@ pipeline {
expression { params.v1_12 || params.v1_13 || params.v1_14 || params.v1_16 || params.v1_17 || params.v1_18 || params.v1_19 || params.v1_20 || params.v1_21 || params.v1_22 || params.master || params.conversion_script || params.report_ryzen_5950x_1 | params.newInst_newBackend || params.generateSymbolicJacobian || params.heavy_tests}
}
environment {
GITBRANCHES = 'maintenance/v1.12 maintenance/v1.13 maintenance/v1.14 maintenance/v1.16 maintenance/v1.17 maintenance/v1.18 maintenance/v1.19 maintenance/v1.20 maintenance/v1.21 maintenance/v1.22 newInst_newBackend master'
GITBRANCHES = 'maintenance/v1.12 maintenance/v1.13 maintenance/v1.14 maintenance/v1.16 maintenance/v1.17 maintenance/v1.18 maintenance/v1.19 maintenance/v1.20 maintenance/v1.21 maintenance/v1.22 newInst-newBackend master'
PYTHONIOENCODING = 'utf-8'
IDA_EMAIL = credentials('IDA email')
}
Expand All @@ -705,7 +705,7 @@ pipeline {
sh 'wget -q https://libraries.openmodelica.org/sqlite3/ripper1/sqlite3.db'
sh './clean-empty-omcversion-dates.py'

sh "./all-reports.py --email --omcgitdir=OpenModelica ${env.GITBRANCHES} conversion newInst-newBackend"
sh "./all-reports.py --email --omcgitdir=OpenModelica ${env.GITBRANCHES} conversion"
sh "./all-plots.py ${env.GITBRANCHES}"

sh "./report.py --branches='${env.GITBRANCHES}' configs/conf.json configs/conf-old.json configs/conf-nonstandard.json"
Expand Down

0 comments on commit e3e3755

Please sign in to comment.