Skip to content

Releases: jenkinsci/jenkins-test-harness

2.64

28 Apr 13:04
81747d5
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add support for unit tests that want to disable plugins (#215) @jtnord

📦 Dependency updates

📝 Documentation updates

  • add some javadoc for disabling plugins (#216) @jtnord

2.63

15 Apr 20:16
eaa4228
Compare
Choose a tag to compare

🚀 New features and improvements

  • JenkinsRule.waitOnline should stream Computer.logText (#206) @jglick
  • Add WithTimeout support for JUnit4 (#209) @Wadeck
  • Add support for customization on the server (#205) @Wadeck

🐛 Bug Fixes

  • waitForCompletion should wait for !Run.logUpdated even after !Run.building (#210) @jglick

📦 Dependency updates

👻 Maintenance

2.62

26 Feb 16:20
jenkins-test-harness-2.62
32c2862
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

  • Bump jetty.version from 9.4.25.v20191220 to 9.4.26.v20200117 (#195) @dependabot

2.61

12 Feb 15:54
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

  • Add the GitHub repo URLs to the Maven metadata (#191) @Casz

2.60

17 Jan 00:13
c68fe65
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

2.59

03 Jan 02:33
a1a184f
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

  • Bump jetty.version from 9.4.24.v20191120 to 9.4.25.v20191220 (#190) @dependabot

👻 Maintenance

  • Fix typo in the testCrumbIssuerShouldBeSupportedWhenExportingConfiguration() test name (#189) @timja

2.58

18 Dec 13:55
6930321
Compare
Choose a tag to compare

💥 Breaking changes

🚀 New features and improvements

  • Add implementation for getAffectedFiles to FakeChangeLogSCM#EntryImpl (#174) @darxriggs

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

2.57

10 Dec 01:04
0c8ceb1
Compare
Choose a tag to compare

🚀 New features and improvements

  • Update JenkinsRule#waitOnline() to wait for all launchable agents, not just for JNLPLauncher implementations (#180) @jglick

📦 Dependency updates

2.56

17 Oct 22:05
Compare
Choose a tag to compare

🚀 New features and improvements

  • Introduce new JenkinsRule#buildAndAssertStatus() method (#167) @slonopotamus
  • Add FunctionalInterface annotation to RestartableJenkinsRule.Step (#170) @basil

🐛 Bug Fixes

  • Stop swallowing exceptions that happen in TestEnvironment#dispose() (#166) @slonopotamus

📝 Documentation updates

📦 Dependency updates

👻 Maintenance

  • Use prepareToPublishIncrementals() in Jenkinsfile (#162) @jglick

2.55

12 Aug 13:13
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

🚦 Internal changes