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:
- https://www.devdummy.com/2019/01/configure-jenkins-to-build-from-user.html
- Select branch to build in Jenkins
to name a few, but is that possible with hg?