added comma

This commit is contained in:
Sohail 2023-03-08 16:30:02 +05:30
parent 14d61a5e11
commit 9b7e2e40f3

View file

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