-
released this
2025-12-13 20:08:15 -08:00 | 1 commits to main since this releaseAdded concurrency control for downloads using p-limit (max 6 simultaneous).
Removed cli-progress and progress bars from downloads, as it shits the bed with concurrency.
Simplified axios requests in downloadJar (removed custom headers as it was used only for cli-progress).
Refactored Jenkins handling to use API JSON instead of HTML scraping. (as i had weird failing with a few jenkins servers, and this seemed to fix it completely)
Removed cli-progress dependency; added p-limit dependency.
Downloads