chore: add mtf-bot to Jenkins deploy service list

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
21in7
2026-03-30 16:41:17 +09:00
parent a0990c5fd5
commit c94c605f3e

1
Jenkinsfile vendored
View File

@@ -126,6 +126,7 @@ pipeline {
if (env.BOT_CHANGED == 'true') {
services.add('cointrader')
services.add('ls-ratio-collector')
services.add('mtf-bot')
}
if (env.DASH_API_CHANGED == 'true') services.add('dashboard-api')
if (env.DASH_UI_CHANGED == 'true') services.add('dashboard-ui')