updates Jenkinsfile

This commit is contained in:
2025-07-04 10:02:21 +02:00
parent 21391f1f01
commit ed4ab31837

4
Jenkinsfile vendored
View File

@ -31,8 +31,8 @@ void make_hello(board) {
void cmake_hello(board,build_type,core_type) { void cmake_hello(board,build_type,core_type) {
sh("pwd") sh("pwd")
sh("cd hello-world/") // sh("cd hello-world/")
sh("pwd") //sh("pwd")
def flavor ="${board}_${build_type}_${core_type}" def flavor ="${board}_${build_type}_${core_type}"
if (core_type=="32") if (core_type=="32")
flavor ="${board}_${build_type}" flavor ="${board}_${build_type}"