Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 16:15:08 +02:00 committed by GitHub
parent 543b595e8d
commit f346253f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline{
stage ("Build Docker Image") { stage ("Build Docker Image") {
steps { steps {
script{ script{
app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile2 .") app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile1 .")
app.inside{ app.inside{
sh 'echo $(curl localhostt:8080)' sh 'echo $(curl localhostt:8080)'
} }