Browse Source

Jenkinsfile-Test

pull/1/head
sparg 1 year ago
parent
commit
ee36197412
  1. 11
      Jenkinsfile

11
Jenkinsfile vendored

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