1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-13 06:50:29 +08:00

TUN-8768: add job report to diagnostic zipfile

## Summary

Add a new job that write to a file the result of all of the other tasks along with possible errors. This file is also added to the root of the diagnostic zip file.

 Closes TUN-8768
This commit is contained in:
Luis Neto
2024-12-04 10:32:49 -08:00
parent f12036c2da
commit f07d04d129
2 changed files with 103 additions and 27 deletions

View File

@@ -33,4 +33,5 @@ const (
tunnelStateBaseName = "tunnelstate.json"
cliConfigurationBaseName = "cli-configuration.json"
configurationBaseName = "configuration.json"
taskResultBaseName = "task-result.json"
)