From ac0a81e58b988a758f115d0804c7c3118fe2c18d Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 27 Aug 2019 14:33:47 +0200
Subject: [PATCH] [Jenkins] Explicitly add LD_LIBRARY_PATH to Docker build.

Fixes testrunner error when OgsMFrontBehaviour.so could not be
loaded at runtime.
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index da7d0aa74e3..e19e672de07 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -101,6 +101,7 @@ pipeline {
           }
           environment {
             OMP_NUM_THREADS = '1'
+            LD_LIBRARY_PATH = "$WORKSPACE/build/lib"
           }
           steps {
             script {
-- 
GitLab