mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Update Jenkinsfile
Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
parent
8c3f545651
commit
cab11b2f60
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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]}"
|
||||
|
|
Loading…
Reference in a new issue