Permalink
Browse files
Re-enable Shibboleth tests
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Jenkinsfile
|
@@ -59,7 +59,7 @@ pipeline { |
|
|
sh 'echo Docker containers before compositions tests ; docker ps -a' // temporary |
|
|
|
|
|
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/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' |
|
|
sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
} catch (error) { |
|
|