I have been looking to find a solution to display the time stamp of files under the workspace of a Jenkins job(open source).
Figure depicting how it should finally look like:
The following are the prior researches done :
- I searched through the list of Jenkins available plugins and I did not get any of them serving the purpose .
- I have also looked for answers in various forums regarding a similar question but that didn't help either.
- The only answer which came closest to the requirement was discussed here : patch for adding timestamp. But the patch also seems to have some errors when I tried applying the patch from Jenkins as a build parameter.
Are there any such requirement met and solved before? Are there any Jenkins plugins developed for a similar scenario?
If the only option is to develop a new Jenkins plugin, how do I start with?
I was trying to get a response of the Jenkins page via REST API, but since I am a newbie to the topic I was not able to figure out how to manipulate,edit the workspace page in Jenkins.
So where to begin with and meet my requirements? Any documentation of such scenario or links will be really helpful.

