Implementation of execution of maintenance task is complete on the Jenkins 
controller. Currently I am working on a way to store the execution data 
into a log file and display it in the UI. 
To do this I'll need a way to write and read from the file in real time to 
show the status of execution. 

Data to be stored in log file are -
1) Git repo name 
2) Size of the repo
3) Type of maintenance task
3) Previous maintenance execution timestamp
4) Current Status
5) Execution time 

We were looking at various options. We came across rrd files (Round robin 
database). I don't think rrd is suitable for current requirements. We can 
however use it for analysis of maintenance tasks over a period of time. 
Is there any plugin in Jenkins which I can refer so that I can write to a 
file and display the results in the maintenance UI as a table? 

Hrushikesh Rao




On Friday, August 12, 2022 at 11:28:44 PM UTC+5:30 [email protected] 
wrote:

> On Thu, Aug 11, 2022 at 11:49 PM Mark Waite <[email protected]> wrote:
>
>> effective and reasonable ways to store the most recent results of a task 
>> and present the most recent results of tasks to the administrator
>>
>
> There is no standard technique for this. Branch indexing copies a bunch of 
> code from `Run` and implements its own log storage (no history). Would make 
> sense to define a convenience API for build-like logs, especially as that 
> could be a single place to implement https://jenkins.io/jep/207 and so on.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d303650d-0724-48df-9813-0bd6ed94383dn%40googlegroups.com.

Reply via email to