mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
replace
This commit is contained in:
parent
ec032c46db
commit
be419629b0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline {
|
|||
stage('code') {
|
||||
steps {
|
||||
git url: 'https://github.com/KVKR31/dummy.git' ,
|
||||
branch : 'master'
|
||||
branch : 'main'
|
||||
}
|
||||
}
|
||||
stage('package') {
|
||||
|
|
Loading…
Reference in a new issue