Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
f8486f9142
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -27,8 +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"
-        }
+        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' \
                 git clone ${OVPN_GIT_URL}'''