Владимир Томишинец 5 years ago
parent
commit
8d71e1be93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile-prod

+ 1 - 1
Jenkinsfile-prod

@@ -1,7 +1,7 @@
 def SERIAL
 def PROD = [ dir: 'stack-deploy', url: 'ssh://git@git.sdsys.ru:8022/iru/stack-deploy.git', host: 'tcp://iru-swarm.infoclinica.lan:2376 DOCKER_TLS_VERIFY=1', registry: 'registry.infoclinica.ru:5000' ]
 def VOLGA = [ dir: 'stack-deploy-volga', url: 'ssh://git@git.sdsys.ru:8022/iru/stack-deploy-volga.git', host: 'tcp://iru-volga.infoclinica.lan:2376 DOCKER_TLS_VERIFY=1', registry: 'risz-registry.volganet.ru:5000' ]
-def TULA = [ dir: 'stack-deploy-tula', url: 'ssh://git@git.sdsys.ru:8022/iru/stack-deploy-tula.git', host: 'tcp://swarm.doctor71.ru:2376 DOCKER_TLS_VERIFY=1', registry: 'registry.doctor71.ru:5000' ]
+def TULA = [ dir: 'stack-deploy-tula', url: 'ssh://git@git.sdsys.ru:8022/iru/stack-deploy-tula.git', host: 'tcp://iru-tula.infoclinica.lan:2376 DOCKER_TLS_VERIFY=1', registry: 'registry.doctor71.ru:5000' ]
 def GIT_DIR = ''
 def GIT_URL = ''
 def DHOST = ''