Update Jenkinsfile

Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
prankumargrid 2025-04-25 12:41:58 +05:30 committed by GitHub
parent 8c3f545651
commit cab11b2f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -2,6 +2,7 @@ pipeline{
agent any
environment{
imageTag = "latest"
REGISTRY_URL = "https://hub.docker.com/repositories/prankumar313"
IMAGE_NAME = "spring-petclinic"
GIT_COMMIT_SHORT = "${env.GIT_COMMIT[0..6]}"