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
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user