Pushing to mercurial repo + Jenkins job
Using Tortoise HG 5.8.1 to push to Mercurial repository. I am trying to configure Jenkins to start a Parameterised build to run code analysis tests, once I use Tortoise to push to the repo. Jenkins needs to be able to pull from specific feature branches to be able to work as needed. I can do this by sending the feature branch name in the Jenkins URL and start the Parameterised build. What seems to be a problem is that I need to append the current repository name to the Jenkins URL, which is configured in the hook settings, so that the proper repo is pulled, as per image. The part should contain the branch name and be populated by some type of variable to avoid changing it each time the branch changes.
Appreciate any info about this, thanks.