mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
added jenkins steps
This commit is contained in:
parent
0b26b3e216
commit
bfbf9134d9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline{
|
||||||
stage('VCS'){
|
stage('VCS'){
|
||||||
steps{
|
steps{
|
||||||
git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git',
|
git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git',
|
||||||
branch : main
|
branch : 'main'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build'){
|
stage('Build'){
|
||||||
|
|
Loading…
Reference in a new issue