Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 7 năm trước cách đây
mục cha
commit
f9d263c7ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')]) {