I have a full stack node.js application that uses webpack to build both the front end and back end. I'm looking to move into CI/CD. Is Bamboo a good platform for implementing CI/CD for such a project?
Thanks,
Eric
As Martyn already confirmed, Bamboo is a perfectly capable platform for such a project - more specifically, you might want to check out the following related topics:
These older posts emphasize the classic UI driven build configuration in Bamboo, whereas Bitbucket Pipelines starts from a declarative YAML based configuration as code (CAC) approach as seen in most current CI/CD offerings. That being said, Bamboo meanwhile provides the arguably more powerful imperative Bamboo Specs approach, which you might want to evaluate before settling on a solution - it actually comes in two flavors:
Bamboo vs. Bitbucket Pipelines
I think the choice of Bamboo or Bitbucket Pipelines within the Atlassian ecosystem should be based on your use case and specific requirements, insofar both have pros and cons:
Cheers,
Steffen
Thank you for sharing such complete and referenced answer @Steffen Opel _Utoolity_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eric,
you could use bamboo for this, but you might find the learning curve on bitbucket pipelines a little easier. https://confluence.atlassian.com/bitbucket/javascript-node-js-with-bitbucket-pipelines-873891287.html
I hope that helps!
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.