From 89bd9fbe623216aa4d336778bcff05737aa3f1fb Mon Sep 17 00:00:00 2001 From: VandanaSinha16 <91480192+VandanaSinha16@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:32:44 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7df85d0..d003eec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { - def application = "springbootapp" - def dockerhubaccountid = "siraj21" + def application = "SpringBootApplicationDocker" + def dockerhubaccountid = "VandanaSinha16" stage('Clone repository') { checkout scm }