Skip to content

Console Output

+ sleep 20
+ echo Checking container status...
Checking container status...
+ docker ps
+ grep juntete
90ca1c71013b   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-be72d528/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-be72d528/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!