From 7b033e43878d02c21f07e3bbf42e6d3239cde841 Mon Sep 17 00:00:00 2001 From: rajdat <86223823+rajdat@users.noreply.github.com> Date: Sat, 11 Sep 2021 22:57:45 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7df85d0..620ac68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { def application = "springbootapp" - def dockerhubaccountid = "siraj21" + def dockerhubaccountid = "rajdat" stage('Clone repository') { checkout scm }