Преглед изворни кода

Обновить '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')]) {