Vadim Surkov 6 лет назад
Родитель
Сommit
b179bde801
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -5,6 +5,7 @@ pipeline {
   options {
     disableConcurrentBuilds()
     timeout(time: 5, unit: 'MINUTES')
+  }
   environment {
     DOCKER_IMAGE='node'
     SWARM_GIT_URL='ssh://git@git.sdsys.ru:8022/iru/stack-deploy.git'