Update Jenkinsfile test hook

This commit is contained in:
Kirill 2024-06-11 15:20:35 +03:00 committed by GitHub
parent a890d5096a
commit 195ee866d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -31,6 +31,7 @@ pipeline {
if [ "$(docker ps -q)" ]; then
docker stop $(docker ps -q)
fi
java --version
docker run -d -p 80:8080 kerallenarium/spring-petclinic:latest
'''
}