From 56081dcb6fa2d08d5f8c7009a12612577cb7b94f Mon Sep 17 00:00:00 2001 From: Hongyu Liu Date: Fri, 25 Jul 2025 15:46:25 +0200 Subject: [PATCH] adds hello running on ISS in jenkins --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d32f2cb..7660fbb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,7 +200,8 @@ pipeline { steps { sh 'pwd' sh 'ls' - sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim/ -f ISS_Debug/hello.elf' + sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug/hello.elf' + sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim -f hello-world/ISS_Debug_64/hello.elf' } }