Create Jenkinsfile for OSUOSL PowerCI
This commit is contained in:
parent
ba3f7b3acf
commit
d28b3f2776
|
@ -0,0 +1,9 @@
|
|||
node {
|
||||
stage('Checkout') {
|
||||
checkout
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
sh("make")
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue