Browse Source

initial Jenkinsfile (#5807)

QGC4.4
Daniel Agar 7 years ago committed by GitHub
parent
commit
3f12371f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Jenkinsfile

10
Jenkinsfile vendored

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'git status'
}
}
}
}
Loading…
Cancel
Save