I am trying to set up a commit base build for a project on Bamboo. I am using a Mercurial repository.
My Mercurial repsitories are located on a linux machine. My Bamboo server is on a Windows machine.
Is it possible to access the postCommitBuildTrigger.sh script from the hgrc file on the Mercurial machine?
Ok, I just had to copy the postCommitBuildTrigger.sh script to my linux machine where the repositories are located. Only issue I'm running into now is my hook doens't seem to be working to fire the script on a push to the repo.
What do you mean by "Is it possible to access the postCommitBuildTrigger.sh script from the hgrc file on the Mercurial machine?" ? What is the problem you are encountering?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The hook is always located on the repository host, there should be no problem with that.
You need to either write a batch file as your hook or install Cygwin. In any case, you'll need some kind of HTTP client (Windows wget or curl would be easiest) to trigger a build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually I think Jay have an opposite case - the Mercurial repo is located on the linux machine, not Windows one. In that case I think he just need to copy the postCommitBuildTrigger.sh to the Mercurial machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, right. Anyway, it's not a problem. Bamboo is designed with that scenario (repository and server on different hosts) in mind.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.