diff --git a/Jenkinsfile b/Jenkinsfile index 5e2f143b0..eeaffb698 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { script { app = docker.build("iancumatei67/main") app.inside { - sh 'echo $(curl localhost:8080)' + sh 'echo $(curl https://7bf7-85-204-75-2.ngrok-free.app)' } } }