Added Jenkinsfile

This commit is contained in:
Fabien Poussin 2019-03-07 16:25:27 +01:00
parent 77692a6590
commit 65d37f4b57
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -9,7 +9,9 @@ pipeline {
} }
steps { steps {
sh 'exit 0' sh '''echo $CH_BRANCH
echo $CH_PATH
echo $CHC_PATH'''
} }
} }
stage('Build STM32') { stage('Build STM32') {