Added Jenkinsfile
This commit is contained in:
parent
c1928f4bb4
commit
88b0762544
|
@ -9,7 +9,10 @@ pipeline {
|
|||
|
||||
}
|
||||
steps {
|
||||
sh 'exit 0'
|
||||
ws(dir: 'workspace/Contrib') {
|
||||
sh 'exit 0'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
stage('Build STM32') {
|
||||
|
|
Loading…
Reference in New Issue