Live data from Hacker News

Bitbucket Pipes

bitbucket.org

11–20 of 41 posts

Re: Bitbucket Pipes

#11

Anyone getting an HTTP 403 response?

Hi I'm from the Bitbucket product team. We're looking into it, but as a workaround if you refresh the page it should load properly.

You guys might also want to check the signup form in Firefox. The captcha isn't loading for me.

Re: Bitbucket Pipes

#15

Free tier(Build minutes: 50 mins/mo) Thanks but no thank you, meanwhile GitLab offers 2000 mins/mo

This was one of the main reasons I moved from bitbucket to gitlab. I hit my 50 mins in a week and was completely disappointed. After using gitlab for a year I’m really glad I left bitbucket. Gitlab has a great product.

Re: Bitbucket Pipes

#16
Seems somewhat similar to resources[0] in Concourse in that they use a container image that has a defined entry point.

Concourse refers to this as a "get step"[1] or a "put step", which calls a pre-defined script inside the container with a custom set of parameters. The "put step" is used when you expect side effects, while a "get step" is used to check status on some resource and trigger jobs.

In general it makes the CI/CD system easily composable and clean. Concourse manages this very well and while I haven't used Bitbucket Pipes I suspect it to be a good experience as well.

[0] https://concourse-ci.org/resources.html [1] https://concourse-ci.org/implementing-resources.html

Re: Bitbucket Pipes

#18

Earlier quoted context omitted.

Hi I'm from the Bitbucket product team. We're looking into it, but as a workaround if you refresh the page it should load properly.

You guys might also want to check the signup form in Firefox. The captcha isn't loading for me.

Looks like people don't even test in Firefox now. I find issues with quite a lot of sites.

Re: Bitbucket Pipes

#19

Free tier(Build minutes: 50 mins/mo) Thanks but no thank you, meanwhile GitLab offers 2000 mins/mo

This is surprisingly low given what's out there. For comparison:

- Azure pipelines offers 1,800 minutes a month

- Google Cloud Build offers 120 minutes a day

- CircleCI offers 1000 minutes a month

Weird that they wouldn't even try to compete with these.

Post reply on HN