Explorar el Código

Обновить 'Jenkinsfile'

Vladimir Tomishinets hace 7 años
padre
commit
36f1f63c46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -27,7 +27,7 @@ pipeline {
           sh '''GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
                 git clone ${SWARM_GIT_URL}'''
         }
-        ansiColor('xterm') { echo "\u2600 Pull repo \u001B[31m${OVPN_GIT_NAME}\u001B[31m"
+        ansiColor('xterm') { echo "\u2600 Pull repo \u001B[31m ${OVPN_GIT_NAME} \u001B[31m"
         }
         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' \