It's too bad this is git only for now. Is there any plan to add support for mercurial repositories?
For the beta, only Git repositories are supported. We have plans to support Mercurial in the future.
Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
61–70 of 73 posts
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#62Earlier quoted context omitted.
Serious question... are you using HG because of history, or do people actively choose HG over Git for new projects still? Have used both, they are so close, seems "odd" to go for the way less popular one, barring you have a really old HG repo and haven't bothered to switch.
I prefer mercurial over git and will choose it every time for new projects unless there's some other concern preventing that. Mercurial has a number of features that git never implemented - in particular revsets. I also prefer the hg CLI over the git CLI. Mercurial has sane, concise online help, and a lot of work went into the design of the command-line to be consistent, composable, and made of pieces that do one thi…
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#63Based on the video, this appears to require Docker [1] I can only with for support of FreeBSD/Jails. [1] https://www.youtube.com/watch?time_continue=122&v=p5KgjeZB8W...
I think they're saying they run the pipeline builds using docker containers. It's how they can build easily based on any branch. Ie. what they use behind-the-scenes, not what you need to be using. Although I'm somewhat doubting myself now...
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#64Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#65I got beta access, created a custom docker image and got my tests to run however lots of them are failing because I need redis. Is there a way to add Redis server?
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#66I got beta access, created a custom docker image and got my tests to run however lots of them are failing because I need redis. Is there a way to add Redis server?
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#67Earlier quoted context omitted.
While we don't have the "recipe" documented in an example repository, GAE does have right knobs and levers that would make it possible to use Bitbucket Pipelines with GAE. Give it a try! And, even if we haven't made an example repository yet, don't rule it out.
I'd love to, I just have no idea where I would even start. Any advice?
https://github.com/GoogleCloudPlatform/golang-samples/blob/m...
https://github.com/GoogleCloudPlatform/golang-samples/blob/m...
Those might be useful for configuring Bitbucket Pipelines.
Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#68Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket
#69Will Pipelines remain free for Bitbucket Cloud users?