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')