Jelajahi Sumber

Merge branch 'master' of ssh://git.sdsys.ru:8022/iru/node

Wadim Surkov 6 tahun lalu
induk
melakukan
46f4b0305c
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -2,6 +2,10 @@ pipeline {
   agent {
     label "swarm"
   }
+  options {
+    disableConcurrentBuilds()
+    timeout(time: 20, unit: 'MINUTES')
+  }
   environment {
     DOCKER_IMAGE='iru/node'
     SWARM_GIT_URL='ssh://git@git.sdsys.ru:8022/iru/stack-deploy.git'