diff options
| author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:20:51 +0100 |
|---|---|---|
| committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:20:51 +0100 |
| commit | 88b07625448b0a8e8741b676af18d7dcd54757d7 (patch) | |
| tree | 597174e61e0c7315c77178957e5948feb748212f | |
| parent | c1928f4bb40461e41181251b4a31a51647634888 (diff) | |
| download | ChibiOS-Contrib-88b07625448b0a8e8741b676af18d7dcd54757d7.tar.gz ChibiOS-Contrib-88b07625448b0a8e8741b676af18d7dcd54757d7.tar.bz2 ChibiOS-Contrib-88b07625448b0a8e8741b676af18d7dcd54757d7.zip | |
Added Jenkinsfile
| -rw-r--r-- | Jenkinsfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 36038f6..dfea3a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,10 @@ pipeline { } steps { - sh 'exit 0' + ws(dir: 'workspace/Contrib') { + sh 'exit 0' + } + } } stage('Build STM32') { |
