Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 16:28:40 +02:00 committed by GitHub
parent 40771c0005
commit bd2b84f628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -13,9 +13,6 @@ pipeline{
steps {
script{
app = docker.build("surtexx/mr:${GIT_COMMIT[0..7]}", "-f Dockerfile1 .")
app.inside{
sh 'echo $(wget localhost:8080)'
}
}
}
}