Explorar el Código

Обновить 'Jenkinsfile'

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

+ 1 - 1
Jenkinsfile

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