From 94556c97a1ed7ab4d5a534f6861d880fbabf8af5 Mon Sep 17 00:00:00 2001
From: AMIT KUMAR <amit.kumar@tarento.com>
Date: Mon, 2 Aug 2021 01:16:42 +0530
Subject: [PATCH] Issue #SB-000 feat:fixing folder structure for play build
 (#898)

---
 auto_build_deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto_build_deploy b/auto_build_deploy
index 5924e2a01..639e29b7f 100644
--- a/auto_build_deploy
+++ b/auto_build_deploy
@@ -31,7 +31,7 @@ node('build-slave') {
                     sh 'mvn clean install -U -DskipTests=false '
 
            //     stage Package
-                    dir('service') {
+                    dir('controller') {
                         sh 'mvn play2:dist'
                     }
                     sh('chmod 777 ./build.sh')
-- 
GitLab