added daybuild for jenkins in declarative pipeline

This commit is contained in:
thanusha 2023-08-04 17:17:23 +05:30
parent 08e6405a95
commit 02d3f7bea0

View file

@ -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') {