CircleCI is used primarily as the pipeline for application deployment. When a pull request is created in GitHub, it triggers a CircleCI pipeline because of the GitHub integration. During the CircleCI pipeline, the application goes through building and deployment to the appropriate destination, which can be a Lambda or AKS microservices.
External reviews
External reviews are not included in the AWS star rating for the product.
Automated deployments have streamlined cloud releases but configuration orbs still need simplification
What is our primary use case?
What is most valuable?
CircleCI's GitHub integration is the best feature offered. The GitHub integration is most valuable because of its ease of use, as it only requires integration with the GitHub repository and then creating the pipeline as a YAML file within the repository code.
CircleCI has positively impacted the organization, as it has been used for many years and serves as the main source for application deployment. Every deployment is conducted through CircleCI, and this is what keeps the company functioning.
What needs improvement?
CircleCI's Orbs are not as easy to use as they could be. If CircleCI implemented a function approach similar to GitHub Actions, it would be significantly better.
CircleCI could be improved if it could function without Orbs. Instead of Orbs, using a function approach like GitHub Actions would be beneficial.
For how long have I used the solution?
CircleCI has been used for two years.
What do I think about the stability of the solution?
CircleCI is stable.
What do I think about the scalability of the solution?
CircleCI's scalability is easier to manage, but it comes at a high cost.
How are customer service and support?
A customer support ticket has never been opened.
How would you rate customer service and support?
Which solution did I use previously and why did I switch?
This company already had CircleCI running for several years before starting at this position.
How was the initial setup?
CircleCI was purchased through the AWS Marketplace.
What about the implementation team?
The company does not have a business relationship with this vendor beyond being a customer.
What was our ROI?
A return on investment with CircleCI has not been observed, and no relevant metrics such as time saved or fewer employees needed can be shared.
What's my experience with pricing, setup cost, and licensing?
There is not much experience with pricing, setup cost, and licensing because that is managed by the legal team.
Which other solutions did I evaluate?
Other options were not evaluated before choosing CircleCI, but after choosing CircleCI, GitHub Actions and Harness are already being evaluated.
What other advice do I have?
For others looking into using CircleCI, study thoroughly about CircleCI's Orbs because they are quite complicated. The overall review rating for CircleCI is 6 out of 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
A cloud solution to build automation tool with Incident Management tool integration but is expensive
What is our primary use case?
Our use cases are very generic use cases, such as any kind of integration and pipeline code, the pipeline run, and any kind of information.
We use the solution to send the information to the respective service owner via any channel. So, these are the generic features that everyone is using of CircleCI.
Whatever business needs or requirements we have, CircleCI provides all those types. So, we are also integrating with our incident management tools. Integration is straightforward. For example, CircleCI integration to our GitLab pipeline and hardly takes five to ten minutes.
What needs improvement?
The solution’s pricing could be better.
In future releases, it may provide integration with Grafana or any tool for visualization.
For how long have I used the solution?
I have been using CircleCI for more than eight years.
What do I think about the stability of the solution?
It's a stable product.
What do I think about the scalability of the solution?
It is a scalable product.
How are customer service and support?
The documentation provided is quite understandable by the developers and the integration team. So, it's self-sufficient and enables us to understand. So we didn't need to reach out for support.
What about the implementation team?
We deployed the solution in-house. Developers on our site in our organization integrate this for their pipeline by themselves. We do not have any third-party help.
What's my experience with pricing, setup cost, and licensing?
We pay for the license. The product is expensive, but worth the price. The features and integrations of the tools provided are properly utilized. So, it is worth the price.
What other advice do I have?
I recommend the product for end-to-end development for highly scalable, distributed, and microservices, where there are more than 100-200 services integrating together to build a platform.
Overall, I rate the solution a seven out of ten.
Good enough CI tool
At our place, we use it for builds on every commit push and deploy jobs to different envs.
It's fairly simple, has slack and github integration, setup is easy (way easier than Jenkins at least)
Apart from that, not many issues.
Each build has a certain steps that it needs to pass - tests, build scripts, etc.
So for each repo, whenever a new commit is pushed, we know if the commit is fine or needs changes.
Earlier we would have to run all unit and integration tests on our local systems to know if everything's fine.
Now all that and docker image builds are done on CircleCI.
And we get notifications for failures and success.
We can restart builds easily.
We can do one-click deployments to environments.