-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
- is duplicated by
-
JENKINS-51553 Add sort by creation date like in git tag --sort=-creatordate
-
- Open
-
JENKINS-51553
Add sort by creation date like in git tag --sort=-creatordate
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