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
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
|
||||
stage('Prepare') {
|
||||
// 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.'])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue