Explorar el Código

Увеличил таймаут

Tomishinets Vladimir hace 3 años
padre
commit
12d39fa952
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      devK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

@@ -4,7 +4,7 @@ pipeline {
   options {
     buildDiscarder logRotator(numToKeepStr: '10')
     disableConcurrentBuilds()
-    timeout(time: 10, unit: 'MINUTES')
+    timeout(time: 20, unit: 'MINUTES')
   }
   agent {
     kubernetes {