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' } }