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)' } } }