mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[monorepo] try harder at timing out Jenkins builds (#27897)
GitOrigin-RevId: 9d9b675d4603da761b725ab0470ecc7af4141ef0
This commit is contained in:
1
server-ce/test/Jenkinsfile
vendored
1
server-ce/test/Jenkinsfile
vendored
@@ -16,6 +16,7 @@ pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
parallelsAlwaysFailFast()
|
||||
timeout(time: 15, unit: 'MINUTES')
|
||||
}
|
||||
|
||||
environment {
|
||||
|
||||
1
services/web/Jenkinsfile
vendored
1
services/web/Jenkinsfile
vendored
@@ -21,6 +21,7 @@ pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
parallelsAlwaysFailFast()
|
||||
timeout(time: 15, unit: 'MINUTES')
|
||||
}
|
||||
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user