From 232ea45fe9f69dc7023c72b26b1f5255f5c696e4 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 21 Jul 2016 14:41:21 -0400 Subject: [PATCH] Adapting pipeline to use new binstubs --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb659c4..739e0cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,11 @@ node { stage 'Base' - sh './build_image.sh' + sh 'bin/build.sh' stage 'Tests' - sh '/usr/local/bin/bats tests/shibboleth-idp.bats' + sh 'bin/test.sh' } \ No newline at end of file