Jenkins + Minio + Prometheus + Grafana v1

This commit is contained in:
2026-09-01 13:42:14 +00:00
commit 05a197b0d0
21 changed files with 2256 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
if ! docker ps --format '{{.Names}}' | grep -qx sco-agent; then
echo "El contenedor sco-agent no esta corriendo en este equipo" >&2
exit 1
fi
docker exec sco-agent python -m sco_agent.history