Live data from Hacker News

Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

blog.bitbucket.org

51–60 of 73 posts

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#51
post #50
post #2

This is great. While I use only travis for build/testing at the moment, I really appreciate a real competition between GH / GL / BB. Users of all the platforms win because of this.

This is pretty much identical to how Gitlab does it. I was hoping they would take it at least one step further not just copy it.

What could have been made better?

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#52

Earlier 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 do, assuming its just for me. I still much prefer the hg cli over git. But, I'll grant its not worth fighting over if I am working with collaborators who have a git preference.

I really like to ask, if someone has Git preference, or is Git the only thing they know, enforcing VCS === Git point of view on everyone around...

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#54
post #9

Earlier quoted context omitted.

Pipelines is free during beta [1]. The post-beta pricing has not been announced. [1] https://confluence.atlassian.com/display/BITBUCKET/Bitbucket...

Hi, I'm one of the Product Manager on Bitbucket Pipelines. The beta is indeed free, with a limitation on the number of minutes per user per month (starting at 300mins/user/month but that may change during the beta). We haven't decided on the post-beta pricing yet. The beta will help us understand better how our customers are using it so that we can price it accordingly. We're leaning towards a model that scales well…

Do you have some details on the kind of hardware Bitbucket Pipelines will run, as that can affect the time it takes to run a workflow? More specifically, how many cores and how much memory will the containers have access to?

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#55

Based 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

#56

Earlier 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 do, assuming its just for me. I still much prefer the hg cli over git. But, I'll grant its not worth fighting over if I am working with collaborators who have a git preference.

Kasey, it is "origin/master" or "origin master"? Ha ha

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#57
post #51
post #50

Earlier quoted context omitted.

This is pretty much identical to how Gitlab does it. I was hoping they would take it at least one step further not just copy it.

What could have been made better?

At GitLab we announced pipelines two days ago https://about.gitlab.com/2016/05/22/gitlab-8-8-released/

Some of the ideas we're working on to improve it further:

- deployment environments (acceptance, pre-prod, prod)

- manually confirming deployments for production

- review apps deployments of feature branches

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#58

It's too bad this is git only for now. Is there any plan to add support for mercurial repositories?

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 thing and do it well.

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#59

It's too bad this is git only for now. Is there any plan to add support for mercurial repositories?

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.

Yes, many of us choose hg. Its development is lively, it keeps innovating, it's pleasant to use. Vive la résistance!
Post reply on HN