From 8047b7d78774b401af5d93f6d1bfe4499cfe7af4 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 7 Jan 2026 09:38:08 +0000 Subject: [PATCH] Update apps/cluster-health-dashboard/Jenkinsfile --- apps/cluster-health-dashboard/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cluster-health-dashboard/Jenkinsfile b/apps/cluster-health-dashboard/Jenkinsfile index dee21b0..3f6d1db 100644 --- a/apps/cluster-health-dashboard/Jenkinsfile +++ b/apps/cluster-health-dashboard/Jenkinsfile @@ -332,9 +332,9 @@ pipeline { namespaceTable: namespaceTable ) - writeFile file: "\${WORKSPACE}/dashboard-reports/dashboard.html", text: html + writeFile file: "dashboard-reports/dashboard.html", text: html - echo "✅ Dashboard generated: \${WORKSPACE}/dashboard-reports/dashboard.html" + echo "✅ Dashboard generated: \dashboard-reports/dashboard.html" } } } @@ -374,7 +374,7 @@ pipeline { } """ - writeFile file: "\${WORKSPACE}/dashboard-reports/report.json", text: report + writeFile file: "dashboard-reports/report.json", text: report echo "✅ JSON report generated" }