Releases: jenkinsci/acceptance-test-harness
Releases · jenkinsci/acceptance-test-harness
1.104
🚀 New features and improvements
- Adjustments for new view / new node changes in core part 2 (#705) @timja
- Adjustments for new view / new node changes in core (#704) @timja
🐛 Bug fixes
- Fix selectors from artifactory plugin (#691) @Vlatombe
- Fix the NodeLabelParameterPluginTests (#669) @jtnord
👻 Maintenance
- Adjustments for new view / new node changes in core (#704) @timja
- fix: use specific 'docker-highmem' instead of the combination of 'docker' and 'highmem' (INFRA-3099 - ) (#703) @lemeurherve
disableConcurrentBuilds(abortPrevious: true)
(#702) @jglick
1.103
🚀 New features and improvements
- Make WinstoneController's httpPort protected (#699) @kerogers-cloudbees
🐛 Bug fixes
- Disable the MitM proxy (#700) @jtnord
- JENKINS-66827 - enable the ability to specify the proxy server (#698) @jtnord
- Fix OwnershipPluginTest#correct_redirect_after_save (#694) @Vlatombe
- Fix JobDslPluginTest#are_columns_created (#696) @Vlatombe
- Fix PrioritySorterPluginTest tests (#695) @Vlatombe
- Fix selector for test result trend (#693) @Vlatombe
- Fix MatrixPluginTest#run_configurations_on_with_a_given_label for Jenkins 2.307+ (#692) @Vlatombe
👻 Maintenance
- Allow caller to pass a tcp port without relying on the random logic (#697) @Vlatombe
- ath-container: Bump maven version for plugins based on parent-pom:4.20 (#690) @olivergondza
1.102
🚀 New features and improvements
- Change envVarOpts to protected for use in derived class (#689) @kerogers-cloudbees
📦 Dependency updates
- Bump commons-io from 2.6 to 2.7 (#658) @dependabot
- Bump guava from 28.2-jre to 29.0-jre (#654) @dependabot
- Bump jackson.version from 2.10.3 to 2.12.1 (#644) @dependabot
👻 Maintenance
1.101
1.100
1.99
🚀 New features and improvements
- New
WithJavaOptions
annotation to add JVM options to a single test execution (#678) @fcojfernandez
1.98
🐛 Bug fixes
- Fix latest changes of Config File Provider (#676) @MRamonLeon
1.97
🐛 Bug fixes
- Adapt to changes in validate text (#667) @jtnord
- Refresh plugin updates page sometimes while waiting for plugins to install (#674) @Vlatombe
- Don't display an ugly stacktrace if the JENKINS_HOME doesn't exist when cleaning up (#673) @Vlatombe
📦 Dependency updates
👻 Maintenance
- fix: specifies UID and GID from the user running pipeline (#672) @dduportal