wuheng 2 년 전
부모
커밋
f75c3ac675
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -20,7 +20,7 @@ pipeline {
         }
         stage('Deploy') {
             environment {
-                BRANCH_NAME=${env.BRANCH_NAME}.toLowerCase()
+                BRANCH_NAME="${env.BRANCH_NAME}.toLowerCase()"
             }
             steps {
                 echo 'Deploying....'