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