try gobin add this way
This commit is contained in:
parent
d704f30bf1
commit
e4a53d1e45
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue