Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 16:22:55 +02:00 committed by GitHub
parent 77b03c7a4d
commit 52c451ff49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -14,7 +14,7 @@ pipeline{
script{ script{
app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile1 .") app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile1 .")
app.inside{ app.inside{
sh 'echo $(curl localhostt:8080)' sh 'echo $(wget localhost:8080)'
} }
} }
} }