对齐 AGC Windows 节点标签
Project CI / Repository checks (pull_request) Failing after 12s
Project CI / Backend tests (pull_request) Failing after 12s
Project CI / Frontend tests (pull_request) Successful in 3m33s
Project CI / Native shell tests (pull_request) Failing after 12m43s

使用现有 windows 与 win2022 标签调度构建

同步更新 Jenkins 节点文档
This commit is contained in:
2026-09-01 10:38:37 +08:00
parent 0e2bee9fa7
commit c4d99a1f35
2 changed files with 3 additions and 3 deletions
@@ -48,8 +48,8 @@ OSS 前缀,通过 `AGC_UPDATE_RELEASE_NOTES` 写入发布说明;`--no-bundle
## Jenkins Windows 构建节点
AGC 发布流水线使用 `jenkins/Jenkinsfile.ai-game-creator-shell-build`,节点标签固定
`windows && genarrative-agc-build`。节点应为 Windows Server 2022 x64 虚拟机,预装 Node.js 22、npm
AGC 发布流水线使用 `jenkins/Jenkinsfile.ai-game-creator-shell-build`当前节点标签为
`windows && win2022`。节点应为 Windows Server 2022 x64 虚拟机,预装 Node.js 22、npm
10.9.7、Rust 1.96.0、Visual Studio Build ToolsMSVC 与 Windows SDK)、NSIS、Git 和 ossutil
Jenkins Agent 服务必须能在同一用户环境中找到这些命令。流水线执行根 workspace 的 `npm ci`,然后调用
`npm run ai-game-creator-shell:release:upload`,并归档 Windows 安装包、`latest.json` 与源码 commit。
@@ -1,6 +1,6 @@
pipeline {
agent {
label 'windows && genarrative-agc-build'
label 'windows && win2022'
}
options {