Console Output
+ sleep 20
+ echo Checking container status...
Checking container status...
+ docker ps
+ grep juntete
af52e308b0cb juntete-frontend "docker-entrypoint.s…" About a minute ago Up 23 seconds 3000/tcp juntete-frontend-1
3d07bc5ef7c7 juntete-backend "uvicorn app.main:ap…" About a minute ago Up 24 seconds 0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp juntete-backend-1
+ echo Checking backend health...
Checking backend health...
+ wget -q --spider http://localhost:8000/health
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-38fedf6f/script.sh.copy: 11: wget: not found
+ echo Backend health check failed (might still be starting)
Backend health check failed (might still be starting)
+ echo Checking frontend health...
Checking frontend health...
+ wget -q --spider http://localhost:3002
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-38fedf6f/script.sh.copy: 15: wget: not found
+ echo Frontend health check failed (might still be starting)
Frontend health check failed (might still be starting)
+ echo Deployment completed!
Deployment completed!