Przeglądaj źródła

try gobin add this way

jamesread 4 lat temu
rodzic
commit
e4a53d1e45
1 zmienionych plików z 1 dodań i 1 usunięć
  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'