fix Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -12,7 +12,7 @@ pipeline {
|
||||
sh 'mkdir -p build'
|
||||
sh "cd build && rm -rf ./* && cmake .."
|
||||
sh "cd build && make -j${env.JOBS_COUNT}"
|
||||
archiveArtifacts './build/*.uf2'
|
||||
archiveArtifacts "build/*.uf2"
|
||||
sh 'rm -rf ./build'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user