Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-22 16:00:51 +09:00 committed by GitHub
parent 2dcebd734a
commit 2bdc8a8de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
steps {
echo 'Git Clone'
git url: 'https://github.com/lwj9812/spring-petclinic.git',
branch: 'efficient-webjars'
branch: 'efficient-webjars', credentiald: 'GitCredential'
}
post {
success {