We use the jenkins build thread plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin ) to run our test cases, dividing them into small test cases and testing them in parallel.
The current problem is that even one of the tasks fails, other parallel tasks and work with streaming hosting will continue to work, which is a big waste of resources.
I checked the document, there is no room for job management inside parallel {}. Any ideas how to deal with this?
source share