This commit is contained in:
dhille 2023-11-30 14:39:35 +05:30
parent 5dd42f526a
commit 155de91801

View file

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