From: Timo Heister Date: Tue, 5 Dec 2023 13:45:10 +0000 (-0500) Subject: output on failure X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06af9a92e7d24ecf2e4082ae54ec5052d11bd3ce;p=candi.git output on failure --- diff --git a/Jenkinsfile b/Jenkinsfile index 5cc7876..d7a9a31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -123,12 +123,10 @@ pipeline archiveArtifacts artifacts: 'detailed-osx.log', fingerprint: true sh '''#!/bin/bash - cd $WORKSPACE/tmp/build/deal.II-* && make test + cd $WORKSPACE/tmp/build/deal.II-* && ctest -j 4 --output-on-failure ''' } } } - - }