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 { stages {
stage('git') { stage('git') {
steps { steps {
git url :'https://github.com/dhille98/spring-petclinic.git' git url :'https://github.com/dhille98/spring-petclinic.git'
branch:'dev' branch: 'dev'
} }
} }
stage('bulid') { stage('bulid') {