Selaa lähdekoodia

Code enhancements

Wadim Surkov 6 vuotta sitten
vanhempi
commit
e397f1e07e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -13,7 +13,7 @@ pipeline {
     DEV_REGISTRY='dev-registry.infoclinica.ru:5000'
     PROD_REGISTRY='registry.infoclinica.ru:5000'
     DOCKER_CERT_PATH='/run/secrets/swarm'
-    DOCKER_HOST=''
+    DOCKER_HOST='somehost'
     DOCKER_REGISTRY=''
     NEWTAG=''
   }