|
|
752f6da269
|
Always use standalone docker-compose in Jenkins CI
Avoid docker compose subcommand (not in static docker CLI). Cache
binaries in .ci-bin and drop duplicate checkout stage.
|
2026-06-16 18:29:47 -04:00 |
|
|
|
2ed6c611cb
|
Install standalone docker-compose binary in Jenkins pipeline
Static docker CLI does not include compose v2; download docker-compose
alongside docker for compose config smoke tests.
|
2026-06-16 18:28:58 -04:00 |
|
|
|
368070e3ba
|
Fix Jenkins compose smoke when docker CLI is missing
Bootstrap static docker binary in the pipeline; Jenkins has docker.sock
mounted but the official image does not ship the docker client.
|
2026-06-16 18:27:43 -04:00 |
|
|
|
538a2474dd
|
Switch CI from Forgejo Actions to Jenkins
Remove GitHub/Forgejo workflow; add Jenkinsfile that runs production
readiness scripts, compose config smoke, and frappe/erpnext image pull.
|
2026-06-16 18:10:27 -04:00 |
|