Browse Source

add timeout for devK8s.Jenkinsfile

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

+ 1 - 0
devK8s.Jenkinsfile

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