mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35: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') {
|
stage('code') {
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/KVKR31/dummy.git' ,
|
git url: 'https://github.com/KVKR31/dummy.git' ,
|
||||||
branch : 'master'
|
branch : 'main'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('package') {
|
stage('package') {
|
||||||
|
|
Loading…
Reference in a new issue