Update Jenkinsfile

chaged the fork git repo 

Signed-off-by: Gurudatha D <131242246+Guru911@users.noreply.github.com>
This commit is contained in:
Gurudatha D 2026-02-10 20:03:02 +05:30 committed by GitHub
parent 80816bd6b8
commit 24b4f90046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
stage('Checkout') {
steps {
git 'https://github.com/spring-projects/spring-petclinic.git'
git 'https://github.com/Guru911/spring-petclinic.git'
}
}