Continuous Integration Options for Mercurial
Bob Hood
bhood2 at comcast.net
Tue Sep 27 17:09:29 UTC 2016
> Original message from Philip McAdams (filed as <https://bz.mercurial-scm.org/show_bug.cgi?id=5383>):
>> We are investigating options to move to a Continuous Integration model for our software development teams here in my business group at Intel.
>>
>> We had been investigating a tool called "Bitbucket" developed by Atlassian. We were seeking to use this tool because we utilize Atlassian's suite of tools (JIRA, Confluence, Fisheye/Crucible, Bamboo) for software development.
>>
>> During our investigation we've discovered that Bitbucket can only be used with Git.
>>
>> Do you all have any suggestions for Continuous Integration tools that would work well with Mercurial?
>>
>> Thanks.
>>
>> Philip McAdams
We have a mixture of Subversion (for static build files) and Mercurial on our
project right now, and have used both Buildbot[1] and (now) TeamCity[2] CI
tools using both. Either works great for Mercurial.
[1] http://buildbot.net/
[2] http://www.jetbrains.com/teamcity/
More information about the Mercurial
mailing list