ci: split production build Jenkins nodes

This commit is contained in:
2026-05-06 14:04:12 +08:00
parent 2252afb080
commit a7213ed36c
4 changed files with 32 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ pipeline {
}
environment {
GIT_REMOTE_URL = 'http://127.0.0.1:3000/GenarrativeAI/Genarrative.git'
GIT_REMOTE_URL = 'http://82.157.175.59:3000/GenarrativeAI/Genarrative.git'
WEB_ARTIFACT_ROOT = '/var/cache/genarrative-build/web-artifacts'
}