From 86268d9daf8a90c19507a90c74e91d769a7d7531 Mon Sep 17 00:00:00 2001 From: prankumargrid Date: Tue, 29 Apr 2025 13:03:58 +0530 Subject: [PATCH] Update Jenkinsfile Signed-off-by: prankumargrid --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 08b0f3419..395e854e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {