Explorar el Código

Code enhancements

Wadim Surkov hace 6 años
padre
commit
837bff7744
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -77,7 +77,7 @@ pipeline {
       when { expression { service_update != "" } }
       steps {
         environment {
-          DOCKER_HOST=${DOCKER_HOST}
+          DOCKER_HOST="${DOCKER_HOST}"
         }
         script {
           for (String item : service_update.split()) {