diff --git a/assets/script/shell/jenkins_env_params.sh b/assets/script/shell/jenkins_env_params.sh index 8073f56..6795c37 100644 --- a/assets/script/shell/jenkins_env_params.sh +++ b/assets/script/shell/jenkins_env_params.sh @@ -14,4 +14,6 @@ echo -e ' "gitBranch":"'${GIT_BRANCH}'", "buildTag":"'${BUILD_TAG}'" }' +echo -e ${BuildData} + echo -e ${BuildData} > "${WORKSPACE}/build_data.conf" \ No newline at end of file