From d8ffe86759573b3b30f1ca382e160489b7a4d252 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: May 02 2019 12:03:07 +0000 Subject: Add ldap to requirements --- diff --git a/openshift/pipelines/templates/waiverdb-build.Jenkinsfile b/openshift/pipelines/templates/waiverdb-build.Jenkinsfile index 5444a5a..d6c2674 100644 --- a/openshift/pipelines/templates/waiverdb-build.Jenkinsfile +++ b/openshift/pipelines/templates/waiverdb-build.Jenkinsfile @@ -176,6 +176,7 @@ pipeline { } stage('Run unit tests') { steps { + sh 'dnf install -y gcc python-devel openldap-devel openldap libevent-devel python3-ldap' sh 'cp conf/settings.py.example conf/settings.py' // wait for the test datebase to come up sh 'wait-for-it -s -t 300 127.0.0.1:5432'