Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-08 14:24:03 +09:00 committed by GitHub
parent de825016d8
commit f57c6016f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ pipeline {
steps {
echo 'Git clone'
git url: 'https://github.com/lwj9812/spring-petclinic.git',
branch: 'efficien-webjars'
branch: 'efficient-webjars'
}
}
}