Unverified Commit 3f12371f authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

initial Jenkinsfile (#5807)

parent f9228056
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'git status'
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment