浏览代码

change this

Grant Limberg 6 年之前
父节点
当前提交
0ead65ad2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ..