From 86fdaa46d3d90c9394d21b1ecc84bd147842775d Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Mon, 30 Mar 2026 11:59:04 +0200 Subject: [PATCH] 'build stage' activated - should no execute on Jenkins --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 91749cc..b62b368 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,6 +25,7 @@ pipeline { // Build the project using the generated files //sh 'cmake --build build' echo "Build project" + ./localbuild.bat } }