update jenkisfile: removed build command

This commit is contained in:
Uwe Jakobeit
2026-03-29 15:47:23 +02:00
parent bd7ab233bb
commit 4db28f2239

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
stage('Configure') { stage('Configure') {
steps { steps {
// Configure CMake to generate build files in the 'build' directory // Configure CMake to generate build files in the 'build' directory
sh 'cmake -B build -S .' //sh 'cmake -B build -S .'
echo "Configure project" echo "Configure project"
} }
} }