Hi,
I'm quite new to GoCD and I'm trying to figure out if it possible to break a build pipeline or forcibly fail a pipeline based on a condition?
My exact requirements are to declare a threshold variable and if that threshold is crossed the stage/pipeline is to be failed forcibly and the subsequent execution of pipeline is stopped.
And if there are conditional statements(like if else) or support for logical statements(like &,&&,|,||,<,<=,>,>= etc) it makes the job easier for me as I can control the flow control to stages or other pipelines.
Thanks in advance.
Regards,
Sekhar Routray