From 4db28f223977761a40a8c9bcc321b0898982c0b7 Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Sun, 29 Mar 2026 15:47:23 +0200 Subject: [PATCH] update jenkisfile: removed build command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5adb1c5..f7394bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Configure') { steps { // Configure CMake to generate build files in the 'build' directory - sh 'cmake -B build -S .' + //sh 'cmake -B build -S .' echo "Configure project" } }