tomishinets.v 6 år sedan
förälder
incheckning
9982aa8d8f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -80,7 +80,7 @@ pipeline {
           echo "Updating tag info in ${SWARM_GIT_NAME} repository"
           withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
             sh """GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
-                  git clone ${SWARM_GIT_URL} && cd \${SWARM_GIT_NAME}
+                  git clone \${SWARM_GIT_URL} && cd \${SWARM_GIT_NAME}
                   if [ $(git branch --list -a | grep -q ${branch}; echo $?) == 0 ];then echo "${branch} is already exist";git checkout ${branch}; \
                   else echo "${branch} does not exist!!!"; git checkout -b ${branch};fi
                   echo -n \${SERIAL} > tags/${DOCKER_IMAGE}.version