pipeline { agent any stages { stage('TuI') { steps { sh 'GOOS=linux go build -o wadrma .' } } } }