See GitHub releases.
- JENKINS-53528 - Parallel-test-executor can excessively split tests
- JENKINS-53172 - Make sure the reference build isn't actively running.
- JENKINS-47206 - Estimate split for initial build via filesystem scan.
- JENKINS-27395 - Allow specifying a specific stage to pull tests from
- JENKINS-29922 Adding symbols to allow for a cleaner syntax when using newer versions of Pipeline.
- JENKINS-29894 Allow a list of includes, rather than excludes, to be specified in a split.
- Fix link to wiki page (#13)
- Integration with Workflow 1.0.
- Integration with Workflow 0.1-beta-5.
- Added integration with Workflow:
splitTests
step
- Compatibility with Jenkins 1.577+.
- Search only successful or unstable builds for Test Results
- Support passing parameters to test job
- By default archive JUnit test results
- Optionally configure the JUnit Test Result Archiver manually (JENKINS-20825)
- Do not stop searching old builds for Test Results when a build with no test results is encountered
- exclude both source and class files (Gradle takes class files, Ant task takes Java files)
- Fixed a serialization issue
- Initial release