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}"