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" }