mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add timeout for Jenkinsfile
This commit is contained in:
parent
f6168c07f0
commit
6997c2d2dc
1 changed files with 36 additions and 34 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,3 +1,4 @@
|
|||
timeout(time: 2, unit: "HOURS") {
|
||||
parallel_nodes(['linux && cura', 'windows && cura']) {
|
||||
// Prepare building
|
||||
stage('Prepare') {
|
||||
|
@ -43,3 +44,4 @@ parallel_nodes(['linux && cura', 'windows && cura']) {
|
|||
notify_build_result(env.CURA_EMAIL_RECIPIENTS, '#cura-dev', ['master', '2.'])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue