From aad4b11e561893d0f6a0e0b6ca9cd5b62d1b455d Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 8 Jul 2026 21:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20SignalScout=20=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E9=83=A8=E7=BD=B2=E4=BB=93=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 819d695..e63d0fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { REMOTE_HOST = credentials('agent-desk-ssh-host') REMOTE_USER = credentials('agent-desk-ssh-user') SSH_CREDENTIALS_ID = 'agent-desk-server-ssh' - REPO_URL = 'http://gitadmin:12345678911@gitea:3000/gitadmin/signalscout-backend.git' + REPO_URL = 'https://gitadmin:12345678911@gitea.jaycode.online/gitadmin/signalscout-backend.git' PUBLIC_READY_URL = 'https://signalscout.jaycode.online/health' }