I have a build_cmake.bat file, anyway to propagate errors and build failure to my jenkinsfile?
For a while now our build showed as passing but it was actually failing
Any way to integrate bat files to propagate errors and failures to jenkinsfile?
My simple script for reference
@echo off
cd .\app\Service\
cmake --build --preset=build-x86-relea...
blogs.sretribe.net1 min read