added new v

This commit is contained in:
dhille 2023-11-30 14:35:26 +05:30
parent 519876df1d
commit 5dd42f526a

View file

@ -10,7 +10,8 @@ pipeline{
stage('git') {
steps {
git url :'https://github.com/dhille98/spring-petclinic.git'
branch:'dev'
branch: 'dev'
}
}
stage('bulid') {