diff --git a/JenkinsfileScripted b/JenkinsfileScripted index 124262bf..3ae046dc 100644 --- a/JenkinsfileScripted +++ b/JenkinsfileScripted @@ -3,7 +3,7 @@ node stage("CheckOutCodeGit") { - git branch: 'master', credentialsId: '65fb834f-a83b-4fe7-8e11-686245c47a65', url: 'https://github.com/bhaskar0504/node-js-application.git' + git branch: 'master', credentialsId: '65fb834f-a83b-4fe7-8e11-686245c47a65', url: ''https://github.com/LandmakTechnology/nodejs-application.git } stage("Build")