Skip to content

Releases: jenkinsci/branch-api-plugin

v2.6.5 🌈

14 Jul 13:49
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

πŸ‘» Maintenance

  • Tone down warning about rawWorkspaceDir from WorkspaceLocatorImpl @jglick (#258)

v2.6.4 🌈

06 May 19:42
Compare
Choose a tag to compare

Changes

v2.6.3

10 Nov 21:08
Compare
Choose a tag to compare

Note: This version of Branch API plugin requires Jenkins 2.264 or newer!

Bug Fixes

Changes

v2.6.2

10 Nov 16:40
Compare
Choose a tag to compare

Bug Fixes

  • Fix appearance of branch source configuration on Jenkins 2.263 and older @dwnusbaum (#231)

Internal

v2.6.1

02 Nov 20:47
Compare
Choose a tag to compare

Bug Fixes

Internal

  • Fix OrganizationFolderTest.verifyBranchPropertiesAppliedOnNewProjects in PCT @jglick (#222)
  • RateLimitBranchPropertyTest.rateLimitsConcurrentBuilds is flaky too @jglick (#211)

v2.6.0 🌈

01 Sep 00:14
Compare
Choose a tag to compare

Features and Fixes

Changes

v2.5.9 🌈

12 Aug 22:21
Compare
Choose a tag to compare

Features

Changes

Dependencies

v2.5.8 🌈

12 Aug 20:36
Compare
Choose a tag to compare

Released: 2020-07-17

  • PR 202 - Update tests to fix OrganizationFolderTest.deletedMarker failed in PCT with megawar incl. workflow-multibranch
  • PR 201 - Update tests to fix flake in RateLimitBranchPropertyTest.rateLimitsBlockBuilds_maxRate.

v2.5.7 🌈

12 Aug 20:38
Compare
Choose a tag to compare

Released: 2020-07-08

  • PR 200 - Update tests to fix errors caused by JENKINS-61956 when testing against Jenkins 2.237 or newer.
  • PR 199 - Add assumptions to some tests that expect a particular set of mock extensions to be the only available extensions so that the tests are skipped in the PCT.
  • PR 197 - Use org.hamcrest.MatcherAssert.assertThat instead of org.junit.Assert.assertThat in tests.
  • PR 192 - Add symbols to subclasses of BranchProperty and BranchPropertyStrategy. Also update minimum supported Jenkins version to 2.176.4.

v2.5.6 🌈

12 Aug 20:39
Compare
Choose a tag to compare

Released: 2020-04-15

  • PR 189 - Do not lock Node objects during workspace cleanup operations.
  • PR 188 - Cache workspace locations to avoid unnecessary remoting calls when looking up workspaces for multibranch projects.
  • PR 187 - Include the name of the job being processed in the thread name during workspace cleanup operations to help diagnose issues.
  • PR 182 - Add documentation for tag-related environment variables that this plugin contributes to builds.
  • PR 181 - When workspace deletion fails with an error, only log suppressed exceptions at FINE level. The outermost exception is still logged at WARNING level.
  • PR 180 - Use DefaultViewsTabBar from Jenkins core to be able to remove duplicated code.
  • PR 179 - Use AbstractItem.TASK_NOUN from Jenkins core to be able to remove unnecessary reflection.
  • PR 178 - Add @Override annotations to methods now that the Jenkins baseline is new enough to have those methods.
  • PR 177 - Refactor tests: remove unnecessary code, reduce delay times, and correct delay calculations.
  • PR 176 - Update code to avoid deprecation warnings.
  • PR 174 - Reduce lock contention when displaying views for multibranch projects.
  • PR 173 - Reduce the number of permission checks needed when displaying views for mulitbranch projects.
  • PR 171 - Update the URL in the POM to point to GitHub instead of wiki.jenkins.io.