소스 검색

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 ./...'
                                 }
                         }
                 }