From 65a1d64c637475fa7d52594ec683146c67436891 Mon Sep 17 00:00:00 2001 From: Sylvie77 <73716558+Sylvie77@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:57:52 -0400 Subject: [PATCH] Update JenkinsfileScripted --- JenkinsfileScripted | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")