Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
8a08277c2f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Jenkinsfile

+ 3 - 1
Jenkinsfile

@@ -90,7 +90,9 @@ pipeline {
           sh "DOCKER_HOST=tcp://${CLUSTERS.get((ENAMES[1]))}:2376 DOCKER_TLS_VERIFY=1 docker node inspect self -f '{{.Status.Addr}}'"
             def DHOST = 'tcp://'+sh(script: "DOCKER_HOST=tcp://${CLUSTERS.get((ENAMES[1]))}:2376 DOCKER_TLS_VERIFY=1 docker node inspect self -f '{{.Status.Addr}}'", returnStdout: true).trim()+':2376'
             echo "${DHOST}"
-          sh "DOCKER_HOST=tcp://${CLUSTERS.get((ENAMES[1]))}:2376 DOCKER_TLS_VERIFY=1 cd \${SWARM_GIT_NAME}/\${DOCKER_IMAGE} && ./ovpn-rsa-open-staging.sh"
+          sh """cd \${SWARM_GIT_NAME}/\${DOCKER_IMAGE}
+                DOCKER_HOST=tcp://${CLUSTERS.get((ENAMES[1]))}:2376 DOCKER_TLS_VERIFY=1 ./ovpn-rsa-open-staging.sh
+             """
 /*                node=\$(docker service ps \${SERVICE_NAME} --format '{{.Node}}' --filter desired-state=Running) */
              
         }