Of a series of steps that are running in parallel, I 'd like the entire build to stop and fail if any of them fails first. This way I don’t have to wait for other lengthier tests to all finish.
I know right now the build is marked as failed but I don’t want that. I want the build to actually stop
Is there a feature for that?
thanks