Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-07-06 12:14:10 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-07-06 12:14:10 +0300
commit1483571fda2ad158633ab506e377c6f8cb6701bf (patch)
treed7e29e357af896ea26d1bc034570ff2988efbe2b /Jenkinsfile
parentc6b290e1e5fa3d2b496a98b4916b6acc1a39464d (diff)
Show verbose msg when cmake test fails on Jenkins
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile5
1 files changed, 5 insertions, 0 deletions
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.