Browse Source

bll

pull/1/head
Georg Spar 1 year ago
parent
commit
c5517c445d
  1. 12
      Jenkinsfile

12
Jenkinsfile vendored

@ -0,0 +1,12 @@
pipeline {
agent any
tools { go 'gobabygo' }
stages {
stage('TuI') {
steps {
sh 'GOOS=linux GOARCH=arm64 go build -o wadrma .'
}
}
}
}
Loading…
Cancel
Save