mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
added changes in jenkinsfile
This commit is contained in:
parent
23d1f53738
commit
d3de65b072
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ pipeline {
|
||||||
stages{
|
stages{
|
||||||
stage('git'){
|
stage('git'){
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git',
|
git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git', branch: 'dev'
|
||||||
branch: 'dev'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
|
Loading…
Reference in a new issue