Selaa lähdekoodia

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
f9d263c7ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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')]) {