mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 05:53:18 +08:00
Move Jenkins timeout into parallel_nodes block
This commit is contained in:
parent
53d097b138
commit
c0bce6ffd4
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
timeout(time: 2, unit: "HOURS") {
|
parallel_nodes(['linux && cura', 'windows && cura']) {
|
||||||
parallel_nodes(['linux && cura', 'windows && cura']) {
|
timeout(time: 2, unit: "HOURS") {
|
||||||
// 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