I'm looking for a way to display updates within Jenkins of
intermediate results of long running jobs (kicked off by a Windows Bath Command build step). For example one Jenkins job may run for 2 hours, and have 20 individual steps each with it's own success/failure, and instead of having to wait until the entire 2 hours has completed to have the job process and report the results (via a post-build step), I'd like to be able to monitor the results
as the individual steps complete by viewing the individual job instance. I would be able to update a file with those results, but the part I'm missing is for the job to be able to display that content, even if it's simply rendering HTML from the specified workspace file location. The closest thing I've found is the LiveScreenshot plugin.
Does anyone know of existing or proposed Plugins specifically for this or that could be creatively leveraged for doing this? Or is anyone else solving this (essentially the live monitoring of long-running jobs) some other way?