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