Releases: jenkinsci/throttle-concurrent-builds-plugin
Releases Β· jenkinsci/throttle-concurrent-builds-plugin
2.6
π¦ Dependency updates
- Bump plugin parent POM from 4.31 to 4.32 (#153) @dependabot
π» Maintenance
π¦ Tests
- Fix
clearConfiguredCategories
test for new Jenkins' forms (#154) @janfaracik
2.5
π¦ Dependency updates
- Bump plugin parent POM from 4.24 to 4.31 (#150, #149, #144, #143, #142, #141, #140) @dependabot
- Bump JGiven from 1.0.0 to 1.1.0 (#139) @dependabot
π» Maintenance
π¦ Tests
2.4
π Bug fixes
- JENKINS-65745: Multi-Project Throttle Category checkboxes are not aligned with the respective category labels (#127) @lluccia
π¦ Dependency updates
- Bump plugin parent POM from 4.19 to 4.24 (#138, #136) @dependabot
- Bump plugin BOM from 841.vd6e713d848ab to 887.vae9c8ac09ff7 (#132, #131) @dependabot
π Documentation updates
- Add an example of how to configure the plugin via Jenkins Configuration as Code (JCasC) (#133) @aabouzaid
2.3
π¦ Dependency updates
- Bump plugin BOM from 26 to 841.vd6e713d848ab (#128, #125, #124, #123, #122, #120) @dependabot
- Bump plugin parent POM from 4.16 to 4.19 (#126, #121, #119) @dependabot
π¦ Tests
2.2
π New features and improvements
- JENKINS-37809: Throttling based on parameters does not work with Pipeline jobs (#117) @basil
π¦ Dependency updates
- Bump plugin BOM from 20 to 26 (#116, #114, #113, #112, #110) @dependabot
- Bump plugin parent POM from 4.15 to 4.16 (#111) @dependabot
- Bump JGiven from 0.18.2 to 1.0.0 (#115) @dependabot
π Documentation updates
π» Maintenance
2.1
π Bug fixes
- JENKINS-62828: Throttle Concurrent Builds UI broken after
<table>
to<div>
layout migration (#96) @jimklimov - JENKINS-46858: Jobs not throttled by comma-separated parameters (#104, #103) @jimklimov @basil
π¦ Dependency updates
- Bump Jenkins plugin BOM from 18 to 20 (#106, #99) @dependabot
- Bump Jenkins plugin parent POM from 4.10 to 4.15 (#102, #98, #94, #93, #92) @dependabot
- Bump JGiven from 0.11.4 to 0.18.2 (#90) @dependabot
- Update Jenkins plugin parent POM; use Jenkins plugin BOM (#88) @basil
π Documentation updates
- Improve example for Declarative Pipeline in
README.md
(#100) @StillLearnin
π» Maintenance
2.0.3
2.0.2
π New features and improvements
- JENKINS-60481 - Add
throttleJobProperty
@Symbol
toThrottleJobProperty
(#68) @bawjensen
π Bug fixes
- JENKINS-49006 - Fix
ConcurrentModificationException
ingetThrottledPipelineRunsForCategory
by using copy-on-write versions ofTreeMap
andArrayList
(#58) @Bwvolleyball - JENKINS-54578 - Cannot delete last category (#56) @aeoris
- JENKINS-61087 - Use
FlowExecutionList
to calculate the number of running Pipeline jobs (#57, #74) @basil
π¦ Dependency updates
π Documentation updates
- Copyedit README (#79) @basil
- Update docs/whitespace (#75) @jimklimov
π» Maintenance
- Add recent LTS line to CI build (#63) @basil
- Update plugin parent POM to latest version (#62) @basil
- Add
Jenkinsfile
(#55) @olivergondza - POM SCM URL was wrong (#53) @abayer