Console Output
+ sleep 20
+ echo Checking container status...
Checking container status...
+ docker ps
+ grep juntete
78a82bc42696 juntete-frontend "docker-entrypoint.s…" About a minute ago Up 22 seconds 0.0.0.0:3002->3000/tcp, [::]:3002->3000/tcp juntete-frontend-1
3a5f2242fc0f juntete-backend "uvicorn app.main:ap…" About a minute ago Up 22 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-c58640e2/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-c58640e2/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!