浏览代码

test jenkins

Douglas A 4 年之前
父节点
当前提交
0f8733e861
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jenkins/Jenkinsfile

+ 2 - 2
jenkins/Jenkinsfile

@@ -16,8 +16,8 @@ pipeline {
                 }
                 stage('Test') {
                         steps {
-                                withEnv(["GOROOT=${root}, "PATH+GO=${root}/bin:${HOME}/go/bin"]) {
-                                        sh "go test -v ./..."
+                                withEnv(["GOROOT=${root}", "PATH+GO=${root}/bin"]) {
+                                        sh 'go test -v ./...'
                                 }
                         }
                 }