Added Jenkinsfile

This commit is contained in:
Fabien Poussin 2019-03-06 23:20:51 +01:00
parent c1928f4bb4
commit 88b0762544
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -9,7 +9,10 @@ pipeline {
}
steps {
sh 'exit 0'
ws(dir: 'workspace/Contrib') {
sh 'exit 0'
}
}
}
stage('Build STM32') {