changes the branch

This commit is contained in:
Bharatkumar5690 2023-03-08 11:53:39 +05:30
parent b4347e2be4
commit 48907f4bd2

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages{
stage('vcs') {
steps {
git branch: 'master',
git branch: 'declarative',
url: 'https://github.com/Bharatkumar5690/spring-petclinic.git'
}
}