From f68f4066be8ac5484b93ae05726f006602ebc9b3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 21 Mar 2023 15:30:09 +0100 Subject: [PATCH] small jenkinsfile fix --- automation/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 31465481..167c28cc 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Build Q7S') { steps { - dir(BUILDDIR_Q7) { + dir(BUILDDIR_Q7S) { sh 'cmake -DTGT_BSP="arm/q7s" -DCMAKE_BUILD_TYPE=Debug ..' sh 'cmake --build . -j6' }