Update Jenkinsfile

Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
Ramesh05 2025-06-21 18:37:11 +05:30 committed by GitHub
parent 694e2f878c
commit 0363045e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -4,6 +4,7 @@ pipeline {
stages {
stage('git') {
steps {
git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git'
}
}
stage('build') {