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 }