Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-14 13:11:25 +03:00 committed by GitHub
parent 7bfefbffba
commit 85d6377656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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