diff --git a/Jenkinsfile b/Jenkinsfile index 0fb8ec2..dfd0b25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,11 +22,11 @@ def jobMatrix(String prefix, List specs, Closure callback) { echo "export SIMPATH=\${SIMPATH_PREFIX}${fairsoft}" >> Dart.cfg echo "export FAIRSOFT_VERSION=${fairsoft}" >> Dart.cfg """ - if (os =~ /Debian/ && compiler =~ /gcc8/) { + if (os =~ /Debian/ && compiler =~ /gcc9/) { sh '''\ echo "source /etc/profile.d/modules.sh" >> Dart.cfg echo "module use /cvmfs/it.gsi.de/modulefiles" >> Dart.cfg - echo "module load compiler/gcc/8" >> Dart.cfg + echo "module load compiler/gcc/9.1.0" >> Dart.cfg ''' } if (os =~ /MacOS/) {