Update Jenkinsfile

This commit is contained in:
Yeshwanth351 2024-03-27 15:58:58 +05:30 committed by GitHub
parent 5d44c0341e
commit 137082b2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
git branch: 'main', url: 'https://github.com/Yeshwanth351/spring-petclinic.git' git branch: 'Yeshwanth351-patch-1', url: 'https://github.com/Yeshwanth351/spring-petclinic.git'
} }
} }
} }