Browse Source

change this

Grant Limberg 6 years ago
parent
commit
0ead65ad2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
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 ..