Skip to content

Console Output

+ cd /var/jenkins_home/workspace/juntete-deploy
+ echo Container status:
Container status:
+ docker-compose -f docker-compose.production.yml ps
time="2025-11-20T14:37:52Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
NAME      IMAGE     COMMAND   SERVICE   CREATED   STATUS    PORTS
+ echo Recent logs (backend):
Recent logs (backend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 backend
time="2025-11-20T14:37:52Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
+ echo Recent logs (frontend):
Recent logs (frontend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 frontend
time="2025-11-20T14:37:52Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"