From 67760fca55151657ba319a503698eddb404a394b Mon Sep 17 00:00:00 2001 From: Toki Date: Mon, 30 Dec 2024 20:09:06 +0900 Subject: [PATCH] echo test --- assets/script/shell/jenkins_env_params.sh | 2 ++ 1 file changed, 2 insertions(+) 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