From 15178899fe60d13043b7c50f2ed724d446013ecc Mon Sep 17 00:00:00 2001 From: Toki Date: Mon, 30 Dec 2024 19:49:33 +0900 Subject: [PATCH] jenkins env params update --- assets/script/shell/jenkins_env_params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/shell/jenkins_env_params.sh b/assets/script/shell/jenkins_env_params.sh index 9f636f9..8073f56 100644 --- a/assets/script/shell/jenkins_env_params.sh +++ b/assets/script/shell/jenkins_env_params.sh @@ -14,4 +14,4 @@ echo -e ' "gitBranch":"'${GIT_BRANCH}'", "buildTag":"'${BUILD_TAG}'" }' -echo ${BuildData} > "${WORKSPACE}/build_data.conf" \ No newline at end of file +echo -e ${BuildData} > "${WORKSPACE}/build_data.conf" \ No newline at end of file