From 0d0e4e80c62f77c4771b3017c041896299f8566c Mon Sep 17 00:00:00 2001 From: dueysaurabh321 <123257155+dueysaurabh321@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:57:30 +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 }