jenkinsci / parallel-test-executor-plugin

Parallel test executor plugin
https://plugins.jenkins.io/parallel-test-executor/
51 stars 55 forks source link

[JENKINS-46028] Fix previous build resolution broken in #226 #228

Closed Vlatombe closed 1 year ago

Vlatombe commented 1 year ago

If one of the previous build is failed or still ongoing, then the loop would iterate always on the same build until it reaches NUMBER_OF_BUILDS_TO_SEARCH, skipping any further builds.