Releases: jenkinsci/branch-api-plugin
Releases Β· jenkinsci/branch-api-plugin
v2.6.2
Bug Fixes
- Fix appearance of branch source configuration on Jenkins 2.263 and older @dwnusbaum (#231)
Internal
- Bump plugin from 4.12 to 4.13 @dependabot (#227)
- Test core versions based on pom @timja (#229)
v2.6.1
v2.6.0 π
Features and Fixes
- [JENKINS-59786] Report all the health reports of the primary branch, not just the worst one @stephenc (#169)
- [JENKINS-54052] Honor quietPeriod on children of multibranch pipeline job @g-doc (#190)
- Support markup formatter in description column @Jochen-A-Fuerbacher (#165)
Changes
- [JENKINS-58716] Make Incrementals artifacts friendly to PCT @jglick (#210)
- [JENKINS-61438] Demonstration of IAE from Stapler @nfalco79 (#185)
- Avoid TestingAuthenticationToken; use createDummySecurityRealm @jglick (#209)
- Move change logs to releases list @bitwiseman (#208)
v2.5.9 π
Features
- PR 160 - Add BranchProperty support to OrganizationFolder JENKINS-48837 by @nfalco79
Changes
- Moved to using release drafter @bitwiseman
Dependencies
- Bump plugin from 4.1 to 4.6 @dependabot (#207)
v2.5.8 π
v2.5.7 π
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 oforg.junit.Assert.assertThat
in tests. - PR 192 - Add symbols to subclasses of
BranchProperty
andBranchPropertyStrategy
. Also update minimum supported Jenkins version to 2.176.4.
v2.5.6 π
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.
v2.5.5 π
Released: 2019-12-06
- JENKINS-39682 -Trigger after-save hooks and recalculate after
createProjectFromXML
orupdateByXml
(PR#158) - PR#162 - Add CHANGE_BRANCH and CHANGE_FORK descriptions
- PR#167 - Fix PCT failure on 2.190.x
- JENKINS-59756 - Do not duplicate input in NameEncoder.decode (PR#168)