From e5d74a47ea20cb4b690c9a7f18b7e28e9954f0f0 Mon Sep 17 00:00:00 2001 From: Hawk Date: Wed, 13 May 2020 21:44:41 +0200 Subject: [PATCH] test11 --- jenkins/buildFrontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/buildFrontend.sh b/jenkins/buildFrontend.sh index 69a6462..c77f839 100644 --- a/jenkins/buildFrontend.sh +++ b/jenkins/buildFrontend.sh @@ -9,5 +9,5 @@ then echo 'Build Frontend for Production' yarn run build else - echo "$BRANCH_NAME" + echo "$env.BRANCH_NAME" fi