1
0
Fork 1
mirror of https://gitlab.com/koha-community/jenkins-helper-scripts.git synced 2026-06-12 10:24:07 +00:00
No description
Find a file
Tomás Cohen Arazi 1b8b9f3965
[#15] initial-docker-cleanup: add 'containers' mode, fix 'full' to kill orphans
On CI nodes with limited disk, orphaned containers from aborted KTD runs
prevent docker prune from reclaiming space. This causes Elasticsearch to
hit disk watermarks and refuse to create indexes.

- 'full' now removes all containers before system prune
- New 'containers' mode: kills containers + prunes freed resources,
  but keeps tagged images to avoid re-pulls
2026-06-10 11:46:49 -03:00
node-audit-tools [#4] Add unit tests for yarn/npm parsers 2025-12-22 13:59:11 -03:00
build_npm.pl [#6] Add missing junit_audit.xml.tt to download list 2026-03-09 12:07:36 +01:00
koha_tests_runner.pl [#15] initial-docker-cleanup: add 'containers' mode, fix 'full' to kill orphans 2026-06-10 11:46:49 -03:00
README.md [#1] Add README 2025-12-22 14:00:29 -03:00

Jenkins helper scripts

This project contains the tools required for our Jenkins CI