Update apps/cluster-health-dashboard/Jenkinsfile

This commit is contained in:
2026-01-07 09:38:08 +00:00
parent 31b4daf64a
commit 8047b7d787

View File

@@ -332,9 +332,9 @@ pipeline {
namespaceTable: namespaceTable 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" echo "✅ JSON report generated"
} }