removed git credentials

This commit is contained in:
sridhar 2023-09-13 17:08:40 +05:30
parent 9526d59617
commit bc52f410da

3
Jenkinsfile vendored
View file

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