forked from verdnatura/salix-front
refactor: refs #6695 improve parallel test execution logic in Jenkinsfile
This commit is contained in:
parent
872318a00c
commit
da77015ae8
|
@ -192,7 +192,7 @@ def runTestsInParallel(int numParallelGroups) {
|
|||
}
|
||||
|
||||
// Divide las carpetas en grupos para paralelizar
|
||||
def groupSize = Math.ceil((folders.size() as double) / numParallelGroups).toInteger()
|
||||
def groupSize = Math.ceil((folders.size() as double) / numParallelGroups).toInteger()
|
||||
def groups = folders.collate(groupSize)
|
||||
def tasks = [:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue