mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Show verbose msg when cmake test fails on Jenkins
This commit is contained in:
parent
c6b290e1e5
commit
1483571fda
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue