Re: Storing the results for git cache maintenance tasks

2022-08-14 Thread P0512 Hrushikesh
Yes, rrds store a timestamp and an integer. Hence I realized it is not suitable for our requirements. By serializing do you mean to you the Java inbuilt serializable interface to create a ByteArray file or create an Xml

Re: Storing the results for git cache maintenance tasks

2022-08-14 Thread 'Gavin Mogan' via Jenkins Developers
Don't rrds just store a timestamp and an integer? My vote is keep it consistent with XML. It's not hard in Jenkins to serialize an object. A standard interface like the jep would eventually allow plugins to store using different mechanisms like a db As for limited time and count, it seems like a

Merging multiple build steps into one (with nested Describables)

2022-08-14 Thread Tim Van Holder
Hi, I'm in the process of adjusting a plugin that has a dozen build steps to use a single step instead (all steps are subcommands of a single executable and/or subcommands of those subcommands). There are two parts to this. The first is writing the new step/builder. The idea is to use a new

Re: Merging multiple build steps into one (with nested Describables)

2022-08-14 Thread Tim Jacomb
What version are you building against? I think recent weekly (and the upcoming LTS) has that help issue fixed RE: design library and warnings, mind filing an issue for that? On Sun, 14 Aug 2022 at 17:14, Tim Van Holder wrote: > Hi, > > I'm in the process of adjusting a plugin that has a dozen