Update Jenkinsfile

This commit is contained in:
iancumatei67 2024-02-05 10:03:54 +02:00 committed by GitHub
parent 30fe99509d
commit 24a8d6b08f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -44,7 +44,7 @@ pipeline {
script {
app = docker.build("iancumatei67/main")
app.inside {
sh 'echo $(curl localhost:8080)'
sh 'echo $(curl https://7bf7-85-204-75-2.ngrok-free.app)'
}
}
}