Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 16:35:33 +03:00 committed by GitHub
parent 5e1fdddfd0
commit f0deaf4dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
script { script {
app = docker.build("sprientera/pet") app = docker.build("sprientera/pet")
app.inside { app.inside {
sh 'echo $(curl localhost:8080)' sh 'echo $(curl localhost:80)'
} }
} }
} }