From 24a8d6b08fd598ba16afe2bae959025d515f6045 Mon Sep 17 00:00:00 2001 From: iancumatei67 <127155074+iancumatei67@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:03:54 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' } } }