Update Jenkinsfile

This commit is contained in:
Kiranteja623 2023-03-16 15:44:04 +05:30 committed by GitHub
parent f95b6b3504
commit 4dd9ece149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage ('git') {
steps {
git url: 'https://github.com/Kiranteja623/spring-petclinic.git'
branch: 'develop'
branch: 'main'
}
}
stage ('package') {