From f622edc242b35ec450c71caf6b7c32a7799dca64 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Fri, 5 Oct 2018 12:04:48 +0200 Subject: [PATCH] Re-enable demo/complex tests --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dac92f0..c9c7ec1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,10 +58,7 @@ pipeline { sh '(cd demo/simple ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' sh '(cd demo/shibboleth ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' sh '(cd demo/postgresql ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' - - // temporarily disabled - //sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' - // sh 'echo Test output ; cat debug' + sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' } catch (error) { def error_details = readFile('./debug') def message = "BUILD ERROR: There was a problem testing ${imagename}:${tag}. \n\n ${error_details}"