Hi
I would like to configure my mercurial repositories to trigger specific builds when committed to a certain branch. When I looked at the Bamboo documentation here| https://confluence.atlassian.com/display/BAMBOO/Repository+triggers+the+build+when+changes+are+committed it mentioned using the scripts available with the Bamboo. None of the scripts provided give an example of mercurial or git. And the downlink given is not found.
Try using the script for Subversion and edit the Hg respository's .hg/hgrc
settings file with something like:
[hooks] changegroup.update = /pathto/postCommitBuildTrigger.sh http://bambooserver JIRA-MAIN JIRA-BRANCH
Thanks for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've updated the link (Scripts.zip) visible on the confluence page you mention - please re try downloading. You should find 'postCommitBuildTrigger.sh' script there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.