From 78cf87f5e78f76bd2b0f37fa8b558703392b861a Mon Sep 17 00:00:00 2001 From: vijay <166979939+Vijay-Awsdevops-workspace@users.noreply.github.com> Date: Sat, 4 May 2024 16:04:11 +0530 Subject: [PATCH] vijay Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3392428c..faaae780 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,9 @@ 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: 'vijay18awscloudlife + +') } stages{