wuheng 2 gadi atpakaļ
vecāks
revīzija
ecfb58f51d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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....'