Hi Falk! I don't think you'd need to do anything with jinja. Take a look at ChoiceStringParameter:
https://docs.buildbot.net/latest/manual/cfg-schedulers.html?highlight=choicestringparameter Looks like you could override getChoices to dynamically get them from a git shell command. -Greg From: users [mailto:[email protected]] On Behalf Of Tristram, Falk Sent: Wednesday, April 13, 2016 6:54 AM To: [email protected] Subject: [[email protected]] Customizing force build interface Hi, we are currently migrating from our self-written system to buildbot. One of our requirements is to 'force build' from specific GIT-tags, desired to realize as drop-down-box. As our workflow works in the way, that a developer creates a tag and afterwards the release-build is started by hand. I understand the relationship between buildbot and jinja. However I have no idea, how to get the list of available GIT-tags into the force-build website. Any help or suggestions appreciated. Best regards, Falk
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
