added new v

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

View file

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