Browse Source

Добавил таймаут

Tomishinets Vladimir 4 năm trước cách đây
mục cha
commit
e064833d7c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      devK8s.Jenkinsfile

+ 1 - 0
devK8s.Jenkinsfile

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