diff --git a/Jenkinsfile b/Jenkinsfile index 83104aea18..ff4558625a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,10 @@ parallel_nodes(['linux && cura', 'windows && cura']) { timeout(time: 2, unit: "HOURS") { + + environment { + CTEST_OUTPUT_ON_FAILURE = '1' + } + // Prepare building stage('Prepare') { // Ensure we start with a clean build directory.