From fc46cabb755e7e2f8b8544835e0d60995663f726 Mon Sep 17 00:00:00 2001 From: suzmii Date: Fri, 18 Sep 2026 22:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85Mac=20Jenkins=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=B7=A5=E5=85=B7=E9=93=BE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为LaunchAgent构建环境注入Node、npm、Cargo和Homebrew路径 --- jenkins/Jenkinsfile.ai-game-creator-shell-macos-build | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/Jenkinsfile.ai-game-creator-shell-macos-build b/jenkins/Jenkinsfile.ai-game-creator-shell-macos-build index 248d78dd2..bd83cd587 100644 --- a/jenkins/Jenkinsfile.ai-game-creator-shell-macos-build +++ b/jenkins/Jenkinsfile.ai-game-creator-shell-macos-build @@ -17,6 +17,7 @@ pipeline { AGC_UPDATE_CHANNEL = 'dev-mac' RUSTC_WRAPPER = '' CARGO_BUILD_JOBS = '4' + PATH = '/Users/suzmii/.local/bin:/Users/suzmii/.cargo/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin' } stages { stage('Checkout') {