Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

CircleCI - CI/CD

CircleCI | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

482 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Kevin P.

Amazing CI Tool to fulfill your needs

  • May 23, 2023
  • Review verified by G2

What do you like best about the product?
Simple to use, nice documentation and great community forum
What do you dislike about the product?
Pricing structure may be complex to understand
What problems is the product solving and how is that benefiting you?
Automation, automation, automation :)


    Health, Wellness and Fitness

Great for automated testinf

  • May 23, 2023
  • Review verified by G2

What do you like best about the product?
We run our automated testing through CircleCi -- great for tracking flaky tests and for managing artifacts generated by out rest cases
What do you dislike about the product?
This is the best solution I've used for managing builds and tests to date
What problems is the product solving and how is that benefiting you?
-


    Max M.

Easy, powerful CI/CD platform

  • May 23, 2023
  • Review verified by G2

What do you like best about the product?
Straightforward and relatively simple to configure. Very powerful extensibility. A+ documentation and community support. Great UI and command line tools. Very pleased with almost all facets of CirclCI.
What do you dislike about the product?
Billing and monthly usage are a little convoluted. Can be hard (or maybe impossible) to fully test your configuration locally. There have been a few downtime incidents in the 2 years since we've been clients.
What problems is the product solving and how is that benefiting you?
Automated builds and deployments and notifications on results of the built pipelines.


    Dennis D.

Great platform for cloud based serverless technology.

  • May 23, 2023
  • Review verified by G2

What do you like best about the product?
I like the ease of use of the platform. I also like able to get ssh shell into the docker image to help troubleshoot pipelines.
What do you dislike about the product?
Sometimes the documentation can be all over, lacking concrete examples that are up to date with its platform changes.
What problems is the product solving and how is that benefiting you?
We are a cloud centric shop so not having to deal with managing jenkins servers is a big plus. Getting builds off of local PC's into a pipeline has big benifits


    Remmelt K.

CricleCI saves us days of work

  • May 23, 2023
  • Review verified by G2

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
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.


    Automotive

FROM HELL TO THE SKY

  • May 23, 2023
  • Review verified by G2

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
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


    Chris D.

Excellent CI/CD Solution

  • May 23, 2023
  • Review verified by G2

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.


    John R.

The right CI tool for Continuous Testing

  • May 23, 2023
  • Review verified by G2

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.
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.


    Primary/Secondary Education

Good continuos integration

  • May 23, 2023
  • Review verified by G2

What do you like best about the product?
- easy to setup
- 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


    Apparel & Fashion

CircleCI is great for modern apps

  • May 23, 2023
  • Review verified by G2

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.