mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
removed comma
This commit is contained in:
parent
5fca52ec34
commit
14d61a5e11
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue