From ed4ab3183738bc1f69ea07e9fa2cc1df5834d1f4 Mon Sep 17 00:00:00 2001 From: Hongyu Liu Date: Fri, 4 Jul 2025 10:02:21 +0200 Subject: [PATCH] updates Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8af0ccc..238a99a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,8 +31,8 @@ void make_hello(board) { void cmake_hello(board,build_type,core_type) { sh("pwd") - sh("cd hello-world/") - sh("pwd") + // sh("cd hello-world/") + //sh("pwd") def flavor ="${board}_${build_type}_${core_type}" if (core_type=="32") flavor ="${board}_${build_type}"