Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-14 10:56:31 +03:00 committed by GitHub
parent 359282e85e
commit 8b34ea86f0
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:80)' sh 'echo $(curl localhost:8081)'
} }
} }
} }