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 }