1. Could you add the ability to configure the order of baseline? I.e. the put the newest baseline in the 1st item of the drop box. I think it's more convenient.

      2. Is it possible to add a configuration to filter baseline? I.e. just show baseline create in 1 year or n months. I think old baseline is not necessary in most cases.

          [JENKINS-8013] Baseline listbox suggestion

          Romain Seguy added a comment -

          I think I can easily do that using the -fmt option of cleartool lsbl. I'll take a look at it soon.

          Romain Seguy added a comment - I think I can easily do that using the -fmt option of cleartool lsbl . I'll take a look at it soon.

          dennys_hsieh added a comment -

          I tested this change for several weeks, for order, it's ok. But for the filter, sometimes it works but sometimes it doesn't. I have no idea why, do you have any advise for debug? No error messages in log file.

          dennys_hsieh added a comment - I tested this change for several weeks, for order, it's ok. But for the filter, sometimes it works but sometimes it doesn't. I have no idea why, do you have any advise for debug? No error messages in log file.

          Romain Seguy added a comment -

          Hmm, the only way to detect an issue would be to debug it in an IDE (I've not put debug messages for that in the code).

          Romain Seguy added a comment - Hmm, the only way to detect an issue would be to debug it in an IDE (I've not put debug messages for that in the code).

          Warren Racz added a comment -

          The following should work:

          -fmt '%Nd %XPn\n'

          Results will contain YYYYMMDD.HHMMSS baseline: before each baseline name which would need to be sorted to determine order and removed before presented to the user...

          Warren Racz added a comment - The following should work: -fmt '%Nd %XPn\n' Results will contain YYYYMMDD.HHMMSS baseline: before each baseline name which would need to be sorted to determine order and removed before presented to the user...

            danielpetisme Daniel Petisme
            dennys_hsieh dennys_hsieh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: