Use domain fallback for Jenkins git checkout
Some checks are pending
CI / verify (push) Waiting to run
CI / verify (pull_request) Waiting to run

This commit is contained in:
2026-05-13 19:35:50 +08:00
parent 49468441bc
commit bcd7617fb7
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ pipeline {
environment {
GIT_REMOTE_URL = 'http://127.0.0.1:3000/GenarrativeAI/Genarrative.git'
GIT_REMOTE_FALLBACK_URL = 'http://10.2.0.10:3000/GenarrativeAI/Genarrative.git'
GIT_REMOTE_FALLBACK_URL = 'https://git.genarrative.world/GenarrativeAI/Genarrative.git'
}
parameters {