mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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{
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue