Skip to content

v2.10.3

Compare
Choose a tag to compare
@bwcx-jzy bwcx-jzy released this 23 Dec 02:56
· 2093 commits to master since this release
ad5dcde

🐣 新增功能

  1. 【server】新增 在线构建新增 packageFile 流程 编译 webhook 或者事件脚本调用

🐞 解决BUG、优化功能

  1. 【server】修复 快速导入节点工作空间id undefined
  2. 【server】修复 本地运行脚本默认找不到的情况
  3. 【agent】优化 项目控制台日志文件默认编码格式判断系统 windows 默认 GBK,其他默认 UTF-8
    (感谢 @gf_666 Gitee issues I66ZZZ
  4. 【server】优化 在线构建 ssh 清空产物异常不标记发布异常

⚠️ 注意

Linux 环境 已经安装 2.10.2 ~ 2.10.0 的需要手动更新一下管理脚本,之前管理脚本存在部分场景日志输出错乱的问题

建议先更新脚本再升级插件端或者服务端

服务端:(需要到安装目录的 bin 下执行)

curl -LfsSo Server.sh https://gitee.com/dromara/Jpom/raw/master/modules/server/src/main/bin/Server.sh

插件端 :(需要到安装目录的 bin 下执行)

curl -LfsSo Agent.sh https://gitee.com/dromara/Jpom/raw/master/modules/agent/src/main/bin/Agent.sh