
Reviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
488 reviews
from
and
External reviews are not included in the AWS star rating for the product.
CricleCI saves us days of work
What do you like best about the product?
Since we moved to circle CI we have saved many hours of work. It even allows to do this concurantly which allows our deployes to be event faster.
We have checked out many other platform, but just love the service and pricing
We have checked out many other platform, but just love the service and pricing
What do you dislike about the product?
We really lack the ability to cancel a job when we start a new one, altough this is possible on a project settings it is not possible on a per branch or workflow.
What problems is the product solving and how is that benefiting you?
Since we have many version of our app running for different client CircleCI allows us to deploy them all in spedy and timely fasion. Also it imporved out code quality with multiple lint tools running on every PR we open.
FROM HELL TO THE SKY
What do you like best about the product?
The easy that is to use orbs and previous work from other teams and companies that had made it public.
Also I can connect multiple repos very fast and without any problems
Also I can connect multiple repos very fast and without any problems
What do you dislike about the product?
As with any other CI/CD tool, the complexity of testing things during the development or improvement of the pipelines that we have. Is impossible to recreate it
What problems is the product solving and how is that benefiting you?
Previously we were using another tool that took us about 2 hours the build of our products. Now we build more than ten apps simultaneously in about 30 minutes. It has made a difference
The right CI tool for Continuous Testing
What do you like best about the product?
The simplicity: the entire CI pipeline can be configured in a single YAML file.
Parallelism support: I also love the CIrcleCI CLI which gives the ability to split the execution of automated tests between multiple containers. This is a game-changer. The tools can split the tests intelligently, based on historical completion time data.
The "Insights" section in a CircleCI workflow is remarkable. It provides robust data to help understand quickly why, how, and when tests are failing.
Finally, I am grateful for the CircleCI support team. The support engineers are quick to answer and super friendly.
Parallelism support: I also love the CIrcleCI CLI which gives the ability to split the execution of automated tests between multiple containers. This is a game-changer. The tools can split the tests intelligently, based on historical completion time data.
The "Insights" section in a CircleCI workflow is remarkable. It provides robust data to help understand quickly why, how, and when tests are failing.
Finally, I am grateful for the CircleCI support team. The support engineers are quick to answer and super friendly.
What do you dislike about the product?
I have not seen the ability to add variables to a manually triggered workflow, which can be helpful when a user triggers it in the UI. It is something that is supported in GitLab CI.
What problems is the product solving and how is that benefiting you?
It runs a very large set of UI automated regression tests headlessly on a schedule (nightly). I come to work in the morning and I have a report sent from CircleCI via the Slack integration.
That process is completely automated, removing all manual efforts. I can run my tests in the same environment day after day and trust the results.
The parallelism capability in CircleCI means that I can run the tests in a fraction of the time, by splitting their execution between multiple nodes.
That process is completely automated, removing all manual efforts. I can run my tests in the same environment day after day and trust the results.
The parallelism capability in CircleCI means that I can run the tests in a fraction of the time, by splitting their execution between multiple nodes.
Excellent CI/CD Solution
What do you like best about the product?
The web interface is simple and clear, yet extraordinarily powerful. I find I can do pretty much whatever I want in just a few clicks. Where there are issues with my pipelines, they are easy to identify, and therefore resolve.
What do you dislike about the product?
Sometimes the documentation is a little bit sparse / downright unclear. CircleCI is by no means the only offender here, and they hacve excellent support to fill in any gaps.
What problems is the product solving and how is that benefiting you?
We rely on CircleCI to turn our code into applications and infrastructure. It means we can respond at the speed of light to new business requirements or issues as they arise.
Good continuos integration
What do you like best about the product?
- easy to setup
- easy to check if everything went well in the builds
- easy to check if everything went well in the builds
What do you dislike about the product?
- is kinda hard to see exactly what tests failed
What problems is the product solving and how is that benefiting you?
- make it easier to build ios apps
- guarantee all tests are passing before deployment
- guarantee all tests are passing before deployment
CircleCI is great for modern apps
What do you like best about the product?
The Insights help pinpoint and monitor slow and flaky tests, and keep build times under control. The configuration options are straightforward and well documented, giving lots of control with a quick ramp.
What do you dislike about the product?
The charts in Insights can be confusing. Some examples are showing the last 100 builds instead of time-series makes it hard to identify when a config change occurred and what impacts it had on build times / failures.
What problems is the product solving and how is that benefiting you?
Every PR runs the build and all tests, giving early feedback if the build is viable. When a PR is merged into master we again confirm the build and tests pass as expected, and deploy parts of our system automatically.
Good enough CI tool
What do you like best about the product?
Intuitive and easy to navigate, and after working with it, I got used to it.
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)
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)
What do you dislike about the product?
Sometimes there's a timeout or page doesn't refresh telling you the status of a build.
Apart from that, not many issues.
Apart from that, not many issues.
What problems is the product solving and how is that benefiting you?
On each git commit push to a particular repo, a new build is started.
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.
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.
Excellent tool for CI/CD
What do you like best about the product?
It's fast as compared to other CI/CD tools, easy to use and reliable way of building build-test-deploy pipelines.
What do you dislike about the product?
Since it is highly configurable, sometimes it may lead to complex workflows that might be difficult to understand.
What problems is the product solving and how is that benefiting you?
We are able to automate CI/CD jobs in workflows and CircleCI is great for doing pipelines and integrating commits from each member of our teams. Great error reporting helps identify errors right away.
Developer friendly
What do you like best about the product?
Very user friendly interface & features, such as flaky test detection or insights for workflows/job/branches that are not seen so often in other CI providers.
What do you dislike about the product?
Audit features are not as available as other enterprise-grade CI providers.
What problems is the product solving and how is that benefiting you?
It's solving the need to provision our own CI servers, and that the various build host support e.g. Mac runners is definitely a standing out point.
Accelerate Your Delivery Cycle with CircleCI's Robust CI/CD Tool
What do you like best about the product?
It is a powerful tool that helps to manage CI/CD pipeline for multiple projects in a single view. It has various options while setup a CI/CD pipeline like approve/disapprove deployment, automate workflow for some branches, different workflows for one project, etc.
What do you dislike about the product?
I haven't encountered any significant problems, however, occasionally builds fail because of temporary network issues, which can be annoying, especially when it's a large build or due to flaky test cases.
What problems is the product solving and how is that benefiting you?
It helped us to automate the deployment process with continuous integration checks under a single dashboard for our web application, backend application, and mobile application.
showing 31 - 40