mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
added comma
This commit is contained in:
parent
14d61a5e11
commit
9b7e2e40f3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('vcs') {
|
stage('vcs') {
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/shaiksohail11/spring-petclinic.git'
|
git url: 'https://github.com/shaiksohail11/spring-petclinic.git',
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue