From 30fc60b630602f13e5b370813995e826da32a75d Mon Sep 17 00:00:00 2001 From: dueysaurabh321 <123257155+dueysaurabh321@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:15:43 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7df85d0..db665ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { def application = "springbootapp" - def dockerhubaccountid = "siraj21" + def dockerhubaccountid = "saurabhdubey1998" stage('Clone repository') { checkout scm }