ci: split production build Jenkins nodes
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-06 14:04:12 +08:00
parent 0fae3319a9
commit 96e1d7c4fb
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'
}