浏览代码

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 年之前
父节点
当前提交
f9d263c7ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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