From 6a6e00de6f320b22aded2136a8315f694d980f8c Mon Sep 17 00:00:00 2001 From: Rammmzzz Date: Sat, 17 Jan 2026 19:25:08 +0800 Subject: [PATCH] Update DockerHubUser default value with raammmzzz RamyaP --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3392428c..a2a222fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline{ choice(name: 'action', choices: 'create\ndelete', description: 'Choose create/Destroy') string(name: 'ImageName', description: "name of the docker build", defaultValue: 'javapp') string(name: 'ImageTag', description: "tag of the docker build", defaultValue: 'v1') - string(name: 'DockerHubUser', description: "name of the Application", defaultValue: 'praveensingam1994') + string(name: 'DockerHubUser', description: "name of the Application", defaultValue: 'raammmzzz') } stages{