On Thu, Jul 23, 2015 at 8:18 PM, David van Laatum <[email protected]> wrote: > The problem we had with the existing jenkins stuff was that it was hard to > split up the unit tests using the matrix plugin into equal runtime groups
You can use the Parallel Test Executor plugin for this, with a freestyle project or Workflow, e.g. https://github.com/jenkinsci/parallel-test-executor-plugin/blob/7bdb270ffe02838a36f56d4de16ebe61cd3a9556/demo/JENKINS_HOME/jobs/flow/config.xml#L12 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr15Cu2ycVptdukpB4zbPkyo6zhoyO7taGWiHO-gXPMo0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
