From 8c7de13f799c1eb22e1cc5a43d4367eceb08855c Mon Sep 17 00:00:00 2001 From: Joungmin Date: Thu, 19 Feb 2026 11:09:01 +0900 Subject: [PATCH] Update: Gitea domain changed to https://gittea.cloud-handson.com - Updated remote URL from localhost:3000 to gitea.cloud-handson.com - Updated all references in Jenkinsfile, README, etc. - All services now point to new domain --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 544e2c1..4006bea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { ORACLE_USER = credentials('oracle-user') ORACLE_PASSWORD = credentials('oracle-password') TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token') - GITEA_URL = 'http://localhost:3000' + GITEA_URL = 'https://gittea.cloud-handson.com' GITEA_USER = 'joungmin' GITEA_TOKEN = credentials('gitea-token')