From 634f8ca48dce51b8072567d9ceb4238ab30c5a6d Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Mon, 13 Jan 2020 09:25:12 -0500
Subject: [PATCH] Update Jenkinsfile

Fix mvnw command to have context of test secrets file.

Signed-off-by: Martin Lowe <martin.lowe@eclipse-foundation.org>
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4f224d5..7e0630e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
       }
       steps {
         sh '''
-           ./mvnw package  
+           ./mvnw package -Dconfig.secret.path=config/sample.secret.properties 
            docker build -f src/main/docker/Dockerfile.jvm --no-cache -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest .
         '''
       }
@@ -125,4 +125,4 @@ pipeline {
       sendNotifications currentBuild
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab