diff --git a/Jenkinsfile b/Jenkinsfile index 9342911..ed701cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('TuI') { steps { - sh 'GOOS=linux go build -o wadrma .' + sh 'GOOS=linux /usr/bin/go build -o wadrma .' } }