Update Jenkinsfile

Signed-off-by: prankumargrid <prankumar@griddynamics.com>
This commit is contained in:
prankumargrid 2025-04-29 13:03:58 +05:30 committed by GitHub
parent d85042cdf5
commit 86268d9daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -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 {