TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pipelines: Your Doorway to Continuous Development

48 pointsby lbarn3over 8 years ago

7 comments

oblioover 8 years ago
Buddy looks nice as service, nice job. It doesn&#x27;t seem expensive so that&#x27;s also a bonus, I guess the real test is the reliability of the service.<p>How long have you been working on the service?<p>Also, sorry for this, but my OCD is taking over:<p>&gt; Wait, their could be more &#x2F;&#x2F; their -&gt; <i>there</i><p>&gt; your Pipeline got you covered &#x2F;&#x2F; got -&gt; <i>has</i> (unless you want to use slang, which could be an option)
评论 #13022873 未加载
chrishackenover 8 years ago
This initially came off as a new way to more efficiently manage project development and builds, but now it seems like it&#x27;s just another CI platform. Or am I missing something?
评论 #13022916 未加载
ahanniganover 8 years ago
No, no, no, no. curl -sSL <a href="https:&#x2F;&#x2F;get.buddy.works" rel="nofollow">https:&#x2F;&#x2F;get.buddy.works</a> | sh &amp;&amp; sudo buddy install<p>buddy install clearly uses docker-compose, just give users the docker-compose file!
edpichlerover 8 years ago
I use CircleCI and I am very satisfied. But I will take a look on Buddy, it seems more easy to configure, apparently.<p>CircleCI don&#x27;t have a clear documentation about all the possibilites the service can do.
评论 #13023136 未加载
ameliusover 8 years ago
It doesn&#x27;t seem to address the problem of migrating data from one version to the next.
评论 #13022960 未加载
评论 #13022820 未加载
hunvreusover 8 years ago
<i>Shameless plug.</i><p>Interestingly, we open sourced Pipelines[1] a week ago.<p>We felt a lot of the automation platforms out there are still very focused on a narrow &quot;clone from GitHub&#x2F;BitBucket → build → test → deploy&quot; use case.<p>The only alternatives we had for more complicated scenarios were things like Jenkins. I&#x27;m not a fan. With Pipelines, you get up and running in 2 minutes with:<p><pre><code> pip install pipelines </code></pre> We use Ansible, Docker and a few other tools that just need to be easily run and orchestrated. We also wanted to have logs and letting colleagues easily trigger things from Slack&#x2F;Web UI.<p>We&#x27;re adding a few plugin (Docker, scheduler, LDAP, GitHub login, SMS...) for some of our needs. Would be interesting to see how this works for other people.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;Wiredcraft&#x2F;pipelines" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Wiredcraft&#x2F;pipelines</a>
nhumrichover 8 years ago
This looks very promising. I&#x27;ve been looking for a ci&#x2F;CD platform that builds docker images <i>and</i> has pipelines. I even started building my own cause I couldn&#x27;t find anything out there.
评论 #13024042 未加载
评论 #13024861 未加载
评论 #13023696 未加载
评论 #13023290 未加载
评论 #13023460 未加载