mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added daybuild for jenkins in declarative pipeline
This commit is contained in:
parent
08e6405a95
commit
02d3f7bea0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pipeline {
|
||||||
stage('vcs') {
|
stage('vcs') {
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/Thanushakonda/spring-petclinic.git',
|
git url: 'https://github.com/Thanushakonda/spring-petclinic.git',
|
||||||
branch: 'devolop'
|
branch: 'develop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build and package') {
|
stage('build and package') {
|
||||||
|
|
Loading…
Reference in a new issue