Live data from Hacker News

Pipelines: Your Doorway to Continuous Development

medium.com

1–10 of 26 posts

Re: Pipelines: Your Doorway to Continuous Development

#3
Buddy looks nice as service, nice job. It doesn't seem expensive so that's also a bonus, I guess the real test is the reliability of the service.

How long have you been working on the service?

Also, sorry for this, but my OCD is taking over:

> Wait, their could be more // their -> there

> your Pipeline got you covered // got -> has (unless you want to use slang, which could be an option)

Re: Pipelines: Your Doorway to Continuous Development

#6
post #3

Buddy looks nice as service, nice job. It doesn't seem expensive so that's also a bonus, I guess the real test is the reliability of the service. How long have you been working on the service? Also, sorry for this, but my OCD is taking over: > Wait, their could be more // their -> there > your Pipeline got you covered // got -> has (unless you want to use slang, which could be an option)

Hi oblio,

Thanks for pointing out the errors, we'll fix that. We've been around for over a year with half a year of beta period before that.

The whole thing is really fast and stable: we chose Docker containers to run builds which ensures speed and compatibility across the whole team + contrary to some other CI/CD software we only deploy changed files which results in really fast deployments.

What languages/frameworks are you into?

Re: Pipelines: Your Doorway to Continuous Development

#8
post #6
post #3

Buddy looks nice as service, nice job. It doesn't seem expensive so that's also a bonus, I guess the real test is the reliability of the service. How long have you been working on the service? Also, sorry for this, but my OCD is taking over: > Wait, their could be more // their -> there > your Pipeline got you covered // got -> has (unless you want to use slang, which could be an option)

Hi oblio, Thanks for pointing out the errors, we'll fix that. We've been around for over a year with half a year of beta period before that. The whole thing is really fast and stable: we chose Docker containers to run builds which ensures speed and compatibility across the whole team + contrary to some other CI/CD software we only deploy changed files which results in really fast deployments. What languages/framework…

Generally Java at work but Python and .NET when I get the chance. Is there any chance for Windows Docker containers? I know it's tricky and could be costly...

Re: Pipelines: Your Doorway to Continuous Development

#9
post #2

It doesn't seem to address the problem of migrating data from one version to the next.

I find any talk about continuous integration that does not deal with migrations and data persistence a bit of a joke. I'm going to guess the writer is hoping to run migrations/db changes while maintenance mode is enabled.
Post reply on HN