Problem with Jenkins Pipeline and executing a stored procedure via powershell / Invoke-Sqlcmd
I’m kind of lost. My jenkins pipeline is calling a stored procedure via powershell and Invoke-Sqlcmd.
When my stored precdure runs on error, the pipeline succeeds.