pipeline { agent any stages { stage('TuI') { steps { tool(name: 'gobabygo', type: 'go') sh 'GOOS=linux go build -o wadrma .' } } } }