Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-12-08 15:30:41 +09:00 committed by GitHub
parent ab6c1d64a8
commit d4ccf2fcb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ pipeline {
stages{
stage('Git Clone'){
steps {
git url: 'https://github.com/wodnr533/spring-petclinic.git'
git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main'
}
}
stage('Maven Build'){