You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am currently using Jenkins. I have 1 master Jenkins Server and 6 slave Jenkins servers.
In Bamboo, how many concurrent build jobs can I run on the master/main server?
If I have 6 Jenkins slave servers today, do I need 6 remote agents?
How many concurrent build jobs can I run on the remote servers?
What limitations does Bamboo currently have in comparison to Jenkins?
Can Bamboo support individual and project (job) bases file permissions?
Can Bamboo support nodejs and npm?
Once I install Bamboo, do I need any additional add-ons or plugins like I currently have with Jenkins?
Please answer my above questions so that I can evaluate Bamboo and see if it is a fit for our current infrastructure and replace Jenkins.
you can control job's access in bamboo via the permissions in the job
https://confluence.atlassian.com/display/BAMBOO/Configuring+a+plan%27s+permissions
slave and agents are equivalent. so you can replace 6 jenkins slaves with 6 bamboo agents. In fact for easy migration, you can probably just install the bamboo agent on the same jenkins slaves and just disable jenkins slaves.
I am still confused on the Bamboo terminology, which is making it difficult to understand the pricing options.
Bamboo appears to be very expensive if I have to replace my jenkins slaves with remote agents. We have 20 jenkins slaves, that would cost $8800 per year!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Ali.
As for the job based file permissions, I currently have a matrix based plugin installed. https://wiki.jenkins-ci.org/display/JENKINS/Matrix-based+security
Currently, I can control what jobs a user can view, edit, delete, build. I can control permissions down to the job level rather than a role (developer, team, admin) level.
Lastly, do I need 6 remote agents if I currently have 6 Jenkins slaves? Meaning one remote agent is equivalent to a slave server in Jenkins terminology. Correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bamboo and jenkins both have to notion of 'number of executors' per slave/agent. You can run concurrent builds on the same slave/agent if you think you have enough horse power. Some builds jobs might be very cpu/memory heavy and running concurrent builds on the same slave/agent might not be a good idea.
Bamboo does have a limit of 100 agents connected to the master and in my experience bamboo gets somewhat unstable around 85 agents.
Jenkins does not have this limit but you really need to tweak both Jenkins and Bamboo to scale it to more than 100 slaves.
What do you mean by job based file permissions ?
Bamboo plugin eco system is much smaller as compared to Jenkins. However, you should see what you are after and maybe Bamboo's plugins are good enough for you use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.