jenkinsci / jenkinsci/git-parameter-plugin

[JENKINS-51553] Add sort by creation date like in git tag --sort=-creatordate

Open
#256 1 comment 0 reactions 0 assignees View on GitHub
component:git-parameter-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): git-parameter-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 20251216-182730

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.