fix(jenkins): preflight node toolchain for database import/export

This commit is contained in:
2026-05-15 17:02:40 +08:00
parent 7a3b137565
commit 49ffa6b901
5 changed files with 135 additions and 0 deletions

View File

@@ -225,6 +225,9 @@ pipeline {
bash -lc '
set -euo pipefail
chmod +x scripts/jenkins-prepare-toolchain-env.sh
source scripts/jenkins-prepare-toolchain-env.sh
chmod +x scripts/deploy/maintenance-on.sh scripts/deploy/maintenance-off.sh
database="${DATABASE:?DATABASE 不能为空}"