mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:25:56 +08:00
Show verbose msg when cmake test fails on Jenkins
This commit is contained in:
parent
c6b290e1e5
commit
1483571fda
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,5 +1,10 @@
|
|||||||
parallel_nodes(['linux && cura', 'windows && cura']) {
|
parallel_nodes(['linux && cura', 'windows && cura']) {
|
||||||
timeout(time: 2, unit: "HOURS") {
|
timeout(time: 2, unit: "HOURS") {
|
||||||
|
|
||||||
|
environment {
|
||||||
|
CTEST_OUTPUT_ON_FAILURE = '1'
|
||||||
|
}
|
||||||
|
|
||||||
// Prepare building
|
// Prepare building
|
||||||
stage('Prepare') {
|
stage('Prepare') {
|
||||||
// Ensure we start with a clean build directory.
|
// Ensure we start with a clean build directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user