Ver Fonte

Обновить 'Jenkinsfile'

Vladimir Tomishinets há 6 anos atrás
pai
commit
506b5088f0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -120,7 +120,7 @@ pipeline {
                 docker node ls --format "{{.Hostname}} {{.TLSStatus}}" | while read host status
                 do
                   if [ $status != Ready ]; then echo "\u001B[31m \u2600 Cluster ${CLUSTER_NAME} state is inconsistent \u001B[0m"; exit 1
-                  else echo "\u001B[34m \u2600 HOST: $host STATUS: $status \u001B[0m"
+                  else echo "\u2705 \u001B[34m HOST: $host STATUS: $status \u001B[0m"
                   fi
                 done
               else echo "\u001B[31m \u2600 Host not Found \u001B[0m"; exit 1