diff --git a/Jenkinsfile b/Jenkinsfile index 7df85d0..d003eec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node { - def application = "springbootapp" - def dockerhubaccountid = "siraj21" + def application = "SpringBootApplicationDocker" + def dockerhubaccountid = "VandanaSinha16" stage('Clone repository') { checkout scm }