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{ stages{
stage('VCS'){ stage('VCS'){
steps{ steps{
git credentialsId: 'GIT_HUB_CREDENTIALS', git url: 'https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git',
url: 'https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git',
branch: 'spcbranch' branch: 'spcbranch'
} }
} }