I am using a build flow job, in which I trigger multiple builds of job using the parallel closure.
Now when I abort my build flow job, the builds already started or running from the parallel enclosure continue to execute.
Does anyone know how to stop these initiated builds.
Any help would be appreciated. Thanks.