From 3a7e3771d0bfa57e6f2b09603ffbb3c1438b57e5 Mon Sep 17 00:00:00 2001 From: uttam2224 <144069501+uttam2224@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:50:01 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 417d86fc..1207e4cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,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: 'uttamkulkarni') } stages{ @@ -19,7 +19,7 @@ pipeline{ steps{ gitCheckout( branch: "main", - url: "https://github.com/praveen1994dec/Java_app_3.0.git" + url: "https://github.com/uttam2224/Java_app_3.0.git" ) } }