Update apps/cluster-health-dashboard/Jenkinsfile

This commit is contained in:
2026-01-07 09:21:52 +00:00
parent dfa2861af5
commit ba935af67b

View File

@@ -4,8 +4,8 @@ pipeline {
environment { environment {
DASHBOARD_NAME = 'cluster-health-dashboard' DASHBOARD_NAME = 'cluster-health-dashboard'
OUTPUT_DIR = '${WORKSPACE}/dashboard-reports' OUTPUT_DIR = '${WORKSPACE}/dashboard-reports'
PROMETHEUS_URL = 'http://k8s-monitoring-kube-promet-prometheus.monitoring.svc.cluster.local' PROMETHEUS_URL = 'http://k8s-monitoring-kube-promet-prometheus.monitoring.svc.cluster.local:9090'
GRAFANA_URL = 'http://grafana.monitoring.svc.cluster.local' GRAFANA_URL = 'http://grafana.monitoring.svc.cluster.local:80'
// Notification // Notification
TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token') TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token')