Browse Source

Обновить 'Jenkinsfile'

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

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
 
 
   }
   }
   stages {
   stages {
-     wrap([$class: 'AnsiColorBuildWrapper']) { stage "\u001B[31m PULL REPOs \u001B[0m" {
+    ansiColor('xterm') { stage "\u001B[31m PULL REPOs \u001B[0m" {
       steps {
       steps {
         echo "\u2600 Pull repo ${SWARM_GIT_NAME}"
         echo "\u2600 Pull repo ${SWARM_GIT_NAME}"
         withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
         withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {