jenkinsfile test

This commit is contained in:
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...'
mdkir build
cd build
ls
cmake ../stm-firmware
}
}
stage('Build') {