diff --git a/Jenkinsfile b/Jenkinsfile
index 4f224d54bce5c6ff23b591bbdfd0a22c6e42f6f9..7e0630ef613e3969495fac3590c998dd4c79c87b 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
+}