wuheng 2 years ago
parent
commit
49788b448e
1 changed files with 1 additions and 1 deletions
  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....'