From e7782cbe4131d77d3610a453671d2161e961416b Mon Sep 17 00:00:00 2001 From: rajatjain1706 <88940493+rajatjain1706@users.noreply.github.com> Date: Sat, 11 Sep 2021 21:30:55 +0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ccd63e5..9802a2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { def application = "springbootapp" - def dockerhubaccountid = "abhijithvg" + def dockerhubaccountid = "rajatjain1706" stage('Clone repository') { checkout scm }