Douglas A hace 4 años
padre
commit
0f8733e861
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 ./...'
                                 }
                         }
                 }