Branch: refs/heads/master Home: https://github.com/jenkinsci/parallel-test-executor-plugin Commit: 5230fd2b7ebe6028af24ffd4589a84a99fa67339 https://github.com/jenkinsci/parallel-test-executor-plugin/commit/5230fd2b7ebe6028af24ffd4589a84a99fa67339 Author: Vincent Latombe <vinc...@latombe.net> Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths: M src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java M src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java A src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/previousBuildIsOngoing/report-Test1.xml Log Message: ----------- Fix previous build resolution broken in #226 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. Commit: 05c92b8815491f250a674d1637e22700e9badaca https://github.com/jenkinsci/parallel-test-executor-plugin/commit/05c92b8815491f250a674d1637e22700e9badaca Author: Vincent Latombe <vinc...@latombe.net> Date: 2023-01-19 (Thu, 19 Jan 2023) Changed paths: M src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java Log Message: ----------- Remove unnecessary stubbing Commit: de60119c849a6c783afddc492a4ae81ddcd12913 https://github.com/jenkinsci/parallel-test-executor-plugin/commit/de60119c849a6c783afddc492a4ae81ddcd12913 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2023-01-19 (Thu, 19 Jan 2023) Changed paths: M src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java M src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java A src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/previousBuildIsOngoing/report-Test1.xml Log Message: ----------- Merge pull request #228 from Vlatombe/follow-up-JENKINS-46028 [JENKINS-46028] Fix previous build resolution broken in #226 Compare: https://github.com/jenkinsci/parallel-test-executor-plugin/compare/c9145a5f849f...de60119c849a -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parallel-test-executor-plugin/push/refs/heads/master/c9145a-de6011%40github.com.