Dear Jenkins-Team,
My goal is to show on a Job main page (or on some Job special page) a Git "tree of tags", similar to
$ gitk --tags --simplify-by-decoration
Put it simply: I would like to show all tags in a repository as a tree.
I thought about following two solutions:
1) Find/Write a Jenkins-plugin, that allows me to write a Groovy script and output the result HTML to the Job main page (e.g. as a project description) or output the result HTML on some new project-hosted page. Then implement the functionality in Groovy.
2) Find/Write a Jenkins-plugin, that solves the task directly without any Groovy.
Any suggestions on this?
Thank you!
Cheers,
Boris Brodski