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 }