mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Update Jenkinsfile
Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
parent
d85042cdf5
commit
86268d9daf
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
|
||||
environment {
|
||||
IMAGE_TAG = '' // Will be set in 'Initialize'
|
||||
REGISTRY = "your-dockerhub-username" // Replace with actual DockerHub or Nexus repo
|
||||
REGISTRY = "prankumar313" // Replace with actual DockerHub or Nexus repo
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue