Update Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-09-02 15:56:46 +09:00 committed by GitHub
parent 88eb2f42b2
commit 9ffe52e149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

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