Explorar o código

Обновить 'Jenkinsfile'

Vladimir Tomishinets %!s(int64=6) %!d(string=hai) anos
pai
achega
cbcfac826e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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