• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • git-parameter-plugin
    • None

        [JENKINS-42073] Support sorting tags by taggerdate

        Boguslaw Klimas added a comment - - edited

        The plugin does not use native git commands but it uses the API defined in the interface GitClient
        Currently this API does not allowed sorting via "--sort=-taggerdate".
        Additionally in version 0.8.0 I’ve switched from operating on updating repository to ls-remote commend (I use method getRemoteReferences from API) when getting tags or branch.
        JENKINS-40232

        Clone JENKINS-37524

        Regards
        Boguslaw

        Boguslaw Klimas added a comment - - edited The plugin does not use native git commands but it uses the API defined in the interface GitClient Currently this API does not allowed sorting via "--sort=-taggerdate". Additionally in version 0.8.0 I’ve switched from operating on updating repository to ls-remote commend (I use method getRemoteReferences from API) when getting tags or branch. JENKINS-40232 Clone JENKINS-37524 Regards Boguslaw

        Tom Farmer added a comment -

        Any update on this one? Would love to be able to sort and show the branches with the latest activity at the top of the list.

        Tom Farmer added a comment - Any update on this one? Would love to be able to sort and show the branches with the latest activity at the top of the list.

          klimas7 Boguslaw Klimas
          famod Falko Modler
          Votes:
          0 Vote for this issue
          Watchers:
          5 Start watching this issue

            Created:
            Updated: