Browse Source

JF geändert

JF gelöscht
pull/1/head
Georg Spar 1 year ago
parent
commit
53f4ffcf3b
  1. 12
      Jenkinsfile

12
Jenkinsfile vendored

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