From bc52f410daca087d3096579edebb2bd2a10745bb Mon Sep 17 00:00:00 2001 From: sridhar Date: Wed, 13 Sep 2023 17:08:40 +0530 Subject: [PATCH] removed git credentials --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b466c17c7..77dec4146 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,7 @@ pipeline{ stages{ stage('VCS'){ steps{ - git credentialsId: 'GIT_HUB_CREDENTIALS', - url: 'https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git', + git url: 'https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git', branch: 'spcbranch' } }