'build stage' activated - should no execute on Jenkins

This commit is contained in:
Uwe Jakobeit
2026-03-30 11:59:04 +02:00
parent 9d02e5a96e
commit 86fdaa46d3

1
Jenkinsfile vendored
View File

@@ -25,6 +25,7 @@ pipeline {
// Build the project using the generated files
//sh 'cmake --build build'
echo "Build project"
./localbuild.bat
}
}