Update apps/cluster-health-dashboard/Jenkinsfile
This commit is contained in:
6
apps/cluster-health-dashboard/Jenkinsfile
vendored
6
apps/cluster-health-dashboard/Jenkinsfile
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user