mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:45:57 +08:00
Add timeout for Jenkinsfile
This commit is contained in:
parent
f6168c07f0
commit
6997c2d2dc
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,4 +1,5 @@
|
|||||||
parallel_nodes(['linux && cura', 'windows && cura']) {
|
timeout(time: 2, unit: "HOURS") {
|
||||||
|
parallel_nodes(['linux && cura', 'windows && cura']) {
|
||||||
// Prepare building
|
// Prepare building
|
||||||
stage('Prepare') {
|
stage('Prepare') {
|
||||||
// Ensure we start with a clean build directory.
|
// Ensure we start with a clean build directory.
|
||||||
@ -42,4 +43,5 @@ parallel_nodes(['linux && cura', 'windows && cura']) {
|
|||||||
|
|
||||||
notify_build_result(env.CURA_EMAIL_RECIPIENTS, '#cura-dev', ['master', '2.'])
|
notify_build_result(env.CURA_EMAIL_RECIPIENTS, '#cura-dev', ['master', '2.'])
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user