ソースを参照

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

Wadim Surkov 6 年 前
コミット
46f4b0305c
1 ファイル変更4 行追加0 行削除
  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'