jenkinsci / jenkinsci/git-parameter-plugin
[JENKINS-51553] Add sort by creation date like in git tag --sort=-creatordate
- Dominant language
- Java
- Stars
- 131
- Forks
- 134
- Avg merge
- 21h 5m
- Merged PRs (30d)
- 1
Description
Currently this plugin only can sort by the actual name of the tag
Add sort by creation date like in
git tag --sort=-creatordate
Or let the user define the parameter of git tag --sort=
Should work for annotated an non annotated tags.
More info:
https://stackoverflow.com/a/34919313/1248724
---
Originally reported by zarathustra, imported from: Add sort by creation date like in git tag --sort=-creatordate
Raw content of original issue
Currently this plugin only can sort by the actual name of the tag
Add sort by creation date like in
git tag --sort=-creatordate
Or let the user define the parameter of git tag --sort=<prameter>
Should work for annotated an non annotated tags.
More info:
https://stackoverflow.com/a/34919313/1248724
Contributor guide
Assessment
This issue has not been assessed yet.