diff --git a/Jenkinsfile b/Jenkinsfile index a002fd7a5..8ab797e0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ parallel 'centos7': { checkout scm stage('Build Centos 7') { - sh '''scl enable devtoolset-8 -- bash + sh '''. /opt/rh/devtoolset-8/enable rm -rf build/ mkdir build && cd build cmake ..