diff --git a/Jenkinsfile b/Jenkinsfile index 0db34ff3a..96824257b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('clone') { steps { - git branch: 'declarative', + git branch: 'wavefront', url: 'https://github.com/kasasravankumar/spring-petclinic.git' } }