changes devlop to developer

This commit is contained in:
shaif ali khan 2023-07-29 13:08:47 +05:30
parent 1926031dc5
commit e0214d9590

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ pipeline {
stage('vcs') {
steps {
git url: 'https://github.com/shaifalikhan5/spring-petclinic.git',
branch: 'develop'
branch: 'developer'
}
}