Add quotes to jenkinsfile
This commit is contained in:
parent
e595e398d4
commit
ed936cf9f9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,8 +5,8 @@ pipeline {
|
||||
stage('Configure') {
|
||||
steps {
|
||||
echo 'Configuring Cmake...'
|
||||
mdkir build
|
||||
cd build
|
||||
mdkir "build"
|
||||
cd "build"
|
||||
cmake "../stm-firmware"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user