Bamboo

Bamboo

DevOps / Build, Test, Deploy / Continuous Integration
Needs advice
on
BambooBamboo
and
GitLabGitLab

Need for CI/CD as part of data testing team.

Please suggest.

Currently, Bamboo is most commonly used in the company while GitLab is rated highly by the internal team.

READ MORE
2 upvotes·5.4K views
Replies (2)
Cofounder & CTO at cysense·
Recommends
on
GitLab
at

If you're an Atlassian house, it's hard to argue Bamboo as it fits into that ecosystem.

That said, as somebody who's used both, I'd much prefer GitLab. It's more modern, flexible, efficient and feature rich.

READ MORE
(cysense.io)
1 upvote·117 views
Needs advice
on
BambooBambooGitLabGitLab
and
JenkinsJenkins
at
()

I am choosing a DevOps toolset for my team. GitLab is open source and quite cloud-native. Jenkins has a very popular environment system but old-style technicals. Bamboo is very nice but integrated only with Atlassian products.

READ MORE
CSDN博客 - 专业IT技术发表平台 (blog.csdn.net)
2 upvotes·52.9K views
Replies (1)
Founder at Odix·
Recommends
on
GitLab
Jenkins

Hello Xie, here are the tools am using for my entire CI/CD pipeline : 1-Jenkins (make sure to install Blue Ocean plugin) it will make your life easier and it's user friendly. 2-Gitlab as a container registry for my docker images (you can use it for code source too of course) 3-Github for version control and source code (make sure to benefit from webhooks to interact with your jenkins server). 4-Ansible : in order to automatically execute shell commands on different machines local and remote. 5-As always i recommend Kubernetes to manage containers (that's what am using) Best of luck

READ MORE
3 upvotes·3 comments·309 views
Ross M.
Ross M.
·
May 12th 2021 at 1:00PM

You should consider what kind of services you are trying to devop. WebStack? containerized processes? Binaries (like games?) Who is going to be the DevOp in your team (it might guide you if you want something simple or powerful)?

Jenkins is a powerful and sometimes intimidating toolbox that would make you go down a rabbit hole. I am pretty sure you will find a way to do it in Jenkins. It will not only work for webstack but also binaries (like game builds, you name it)

Gitlab is a little more pruned but very well equipped service. You will feel more guided with their interface. Also, it let you host your own Runner which give the flexibility to not always rely on container if you can't use that.

I dont know Bamboo that much but Bitbucket Cloud comes with what they call Bitbucket pipeline and it's mostly useful if you know your pipeline can be all run through containers.

·
Reply
xie zhifeng
xie zhifeng
·
May 26th 2021 at 1:12AM

mainly webstacks

·
Reply
xie zhifeng
xie zhifeng
·
May 26th 2021 at 1:11AM

Thanks! Then I will have trial those tools!

·
Reply