瀏覽代碼

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 年之前
父節點
當前提交
eb38cdc392
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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