From f0deaf4dac4047fe98ab50eb5c8d013a7ec97b1f Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Sun, 13 Jun 2021 16:35:33 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index abe03e357..7709ed50b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { script { app = docker.build("sprientera/pet") app.inside { - sh 'echo $(curl localhost:8080)' + sh 'echo $(curl localhost:80)' } } }