1
votes

I'm wondering if anyone has come across how to configure Jenkins to fetch branches from the Mercurial repository so that they can be used in a parameterized job, and instead of manually typing the branch name as a string parameter you can select it from a drop down list?

I found that this is relatively easy with Git, like:

to name a few, but is that possible with hg?