jenkinsfile test

This commit is contained in:
Mario Hüttel 2021-10-10 22:53:20 +02:00
parent 0ab13edced
commit b26233d5e3

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
echo 'Configuring Cmake...' echo 'Configuring Cmake...'
mdkir build mdkir build
cd build cd build
ls cmake ../stm-firmware
} }
} }
stage('Build') { stage('Build') {