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-01-23 12:25:39 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-01-23 12:26:39 +0300
commitc0bce6ffd49338f53f7edf82d2541982b882543a (patch)
tree1b08a77a33fae2c010f245eb57f6391da09dccf0 /Jenkinsfile
parent53d097b1383ee4a2e762942517ef79bdf5412876 (diff)
Move Jenkins timeout into parallel_nodes block
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 20c7303719..83104aea18 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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
stage('Prepare') {
// Ensure we start with a clean build directory.