Ver Fonte

try gobin add this way

jamesread há 4 anos atrás
pai
commit
e4a53d1e45
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ pipeline {
         
         stage('Compile') {
             steps {
-				withEnv(["PATH+GO=${root}/go/bin"]) {
+				withEnv(["PATH+GO=/root/go/bin/"]) {
 					sh 'go env'
 					sh 'echo $PATH'
                 	sh 'buf generate'