From a9e220b078d485fd5aa4771b21fab71c3c3a265b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 8 May 2017 15:28:52 -0700 Subject: [PATCH] Point ot master --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f7984f798..dccb03d07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stages { stage ('Build') { steps { - git branch: 'plumber_dmitry', url: 'https://github.com/liatrio/spring-petclinic.git' + git branch: 'master', url: 'https://github.com/liatrio/spring-petclinic.git' sh 'mvn deploy' } }