Sfoglia il codice sorgente

[monorepo] try harder at timing out Jenkins builds (#27897)

GitOrigin-RevId: 9d9b675d4603da761b725ab0470ecc7af4141ef0
Jakob Ackermann 1 anno fa
parent
commit
b6b6bf82bd
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      server-ce/test/Jenkinsfile
  2. 1 0
      services/web/Jenkinsfile

+ 1 - 0
server-ce/test/Jenkinsfile

@@ -16,6 +16,7 @@ pipeline {
   options {
     timestamps()
     parallelsAlwaysFailFast()
+    timeout(time: 15, unit: 'MINUTES')
   }
 
   environment {

+ 1 - 0
services/web/Jenkinsfile

@@ -21,6 +21,7 @@ pipeline {
   options {
     timestamps()
     parallelsAlwaysFailFast()
+    timeout(time: 15, unit: 'MINUTES')
   }
 
   environment {