mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
removed git credentials
This commit is contained in:
parent
9526d59617
commit
bc52f410da
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue