removed comma

This commit is contained in:
Sohail 2023-03-08 16:17:57 +05:30
parent 5fca52ec34
commit 14d61a5e11

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'
}