mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2dcebd734a
commit
2bdc8a8de5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Git Clone'
|
echo 'Git Clone'
|
||||||
git url: 'https://github.com/lwj9812/spring-petclinic.git',
|
git url: 'https://github.com/lwj9812/spring-petclinic.git',
|
||||||
branch: 'efficient-webjars'
|
branch: 'efficient-webjars', credentiald: 'GitCredential'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue