Live data from Hacker News

Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

blog.bitbucket.org

11–20 of 73 posts

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#11

Interesting, I wonder if they always planned to launch their beta today or whether it got expedited after Gitlab's announcements over the last couple of days.

I can give some more context on our launch. Today is the start of AtlasCamp, our annual developer conference, in Barcelona. We planned the launch on that date a while ago because it's the best time for us to share this exciting news.

We've always been invested in the CI/CD market (Bamboo has been around a long time) and Pipelines was just making sense for us to do to help all Cloud teams to build great software.

Sten, Bitbucket Pipelines Product Manager

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#12
post #11

Interesting, I wonder if they always planned to launch their beta today or whether it got expedited after Gitlab's announcements over the last couple of days.

I can give some more context on our launch. Today is the start of AtlasCamp, our annual developer conference, in Barcelona. We planned the launch on that date a while ago because it's the best time for us to share this exciting news. We've always been invested in the CI/CD market (Bamboo has been around a long time) and Pipelines was just making sense for us to do to help all Cloud teams to build great software. Sten…

Didn't realise today was AtlasCamp, I can see why you would have chosen it for the news.

Congrats on the beta launch, the more competition there is, the better for everybody!

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#14
post #11

Earlier quoted context omitted.

I can give some more context on our launch. Today is the start of AtlasCamp, our annual developer conference, in Barcelona. We planned the launch on that date a while ago because it's the best time for us to share this exciting news. We've always been invested in the CI/CD market (Bamboo has been around a long time) and Pipelines was just making sense for us to do to help all Cloud teams to build great software. Sten…

Didn't realise today was AtlasCamp, I can see why you would have chosen it for the news. Congrats on the beta launch, the more competition there is, the better for everybody!

Thanks! It's an exciting time for us and we're just getting started.

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#16
post #13

How does this compare to shippable? Specifically, does it build docker containers which can be pushed to a registry (e.g. google's) and then deployed using Kubernetes into google cloud?

We don't support yet running Docker commands as part of the Pipeline [1] however it's something that we will be looking into in the future.

[1] https://confluence.atlassian.com/pages/viewpage.action?pageI...

Re: Bitbucket Pipelines Beta: continuous delivery inside Bitbucket

#20

Sorry if this sounds like a newbie questions, but can I use this to run my test suite every time someone pushes to a feature-branch and/or before anything is merged to master?

Yes. You can run any test framework that runs inside a Docker container. And you can specify different "steps" for different branches (either by name or by globbing).
Post reply on HN