This commit is contained in:
kasasravankumar 2021-07-09 00:19:51 +05:30 committed by GitHub
parent cdbd643b4f
commit 51ef8fdf82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('clone') { stage('clone') {
steps { steps {
git branch: 'declarative', git branch: 'wavefront',
url: 'https://github.com/kasasravankumar/spring-petclinic.git' url: 'https://github.com/kasasravankumar/spring-petclinic.git'
} }
} }