Commit 8822ff5a authored by lijingang's avatar lijingang

fix

parent d477e331
......@@ -160,7 +160,7 @@ pipeline {
echo "检测到 webapps 参数: ${params.webapps},准备执行 S3 下载..."
// 构建参数字符串
buildParams += "--webapps=${params.webapps}"
buildParams += " --webapps=${params.webapps} "
echo "执行构建参数: ${buildParams}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment