-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins Version 2.193, deploying to Tomcat 9, using Job DSL
When I configure my build to do concurrent builds they perform right up to the end successfully, but then the later started one waits for the first started job to finish.
When the first one is finished deploying, the second job continues. It would be great, if there wasn't such a blocker of the concurrent build feature as we have many deployments to do and some more build processor slots available. Help greatly appreciated.
I'm not sure I can follow. You want to deploy the same web application (just different builds) concurrently on one Tomcat? Is that even possible? What about race conditions (build #1 being deployed after build #2)?