mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:39:59 +08:00
Add timeout for Jenkinsfile
This commit is contained in:
parent
f6168c07f0
commit
6997c2d2dc
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…
x
Reference in New Issue
Block a user