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

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.


    Information Technology and Services

Automation helps our team deliver fast

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
E2e test with screenshots is very helping, Easy integration with AWS.
What do you dislike about the product?
Takes a long time to build and test large application
What problems is the product solving and how is that benefiting you?
Gated check-in


    Hospitality

Intuitive and Thorough

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
Circle CI is relatively easy to integrate with our company's pre-existing solutions. The output is relatively easy to understand.
What do you dislike about the product?
The CircleCI user interface leaves something to be desired
What problems is the product solving and how is that benefiting you?
Fantastic integration


    Computer Software

No more GIT merge conflicts

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
As a team of distributed devs, CircleCI has become an essential part of our process. There can be multiple front end developers working on the same projects without getting constant conflicts on compiled CSS files, instead Circle CI compiles CSS for us and these compiled files are GIT ignored.
What do you dislike about the product?
just hope that the tasks in general would run faster.
What problems is the product solving and how is that benefiting you?
Compiled CSS conflicts are a thing of the past, as well configuration management is much easier now.


    Computer Software

Works well for our use case

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
The ease of adding it into our pipeline. It was easy to get up and running quickly.
What do you dislike about the product?
Pricing. The pricing model is convoluted and gets quite expensive quickly.
What problems is the product solving and how is that benefiting you?
Managed build pipelines we don't have to maintain beyond a yaml


    Kunal T.

Best Integration and deployment tool in the industry

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
I like the simplicity of the CircleCI. It is not complex. I remember when I first joined my current company I was so tensed by listening to complex words like continuous integration/continuous deployment but 1 week down the line I myself insisted my architect to integrate circle ci in our new project. Circle Ci truly has a plethora of features to choose from
What do you dislike about the product?
There is no particular thing which I dislike but if I am forced to choose then I will say the UI. It doesn't mean its UI is bad it's just that it can be so much better. I don't it seem outdated.
What problems is the product solving and how is that benefiting you?
Our clients use our project in real-time. So for that, we can't ask our clients to stop using our product till we deploy a new version. Circle Ci solves this for us Using circle Ci we can push new versions, minor changes, hot fixes easily and without disturbing the user experience. We have also integrated the test cases in Circle CI which weed out faulty commits to our products. So there is no chance of error going to directly to our customers


    Brian D.

Effective Framework for Continuous Integration and Delivery

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
CircleCI has automated our post-commit testing, container image builds, and uploads to our image repository. The service is easy to administer and integrate with our tooling. During development, we get immediate feedback as to the health of the build, and whether a pull request is ready to merge into master.

The service's interface makes it easy to view the build history across branches.
What do you dislike about the product?
There's not much to dislike. The platform continues to evolve and is sufficiently flexible. It does require adding another asset in the form of a YAML file, and you are introducing yet another vendor dependency into your software delivery pipeline.
What problems is the product solving and how is that benefiting you?
Developing and deploying quality software relies on build automation and low-friction for testing. CircleCI's flexible tooling made it possible to automate these steps, ensuring changes are comprehensively tested and the pushed to the image repository. As a developer, it's very convenient.


    Broadcast Media

CI Tool that does what it says

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
Github integration is the best part of Circle CI it is effortless
What do you dislike about the product?
I don't really like how their plans are structured doesn't provide much flexibility.
What problems is the product solving and how is that benefiting you?
Automating our tests has been great makes it really easy to catch problems before we ship code.
Recommendations to others considering the product:
Do a trial, connect your repos and test it hands on it is the best way to see if it will work for your company.


    Museums and Institutions

Worthwhile 3rd Party CI/CD Tool

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
It has a nice dashboard where you can find all of the relevant projects you are currently working on and what their status is in their deployment and if it had passed or failed any tests.
What do you dislike about the product?
The setup was a little cumbersome of getting the configuration correct, but that's part of the process until there's a GUI based system built in like Github Actions.
What problems is the product solving and how is that benefiting you?
Automating the deployment process and ensuring all of our code is properly tested before it reaches production - continuous integration/continuous deployment tests run on each pull request before they're merged into master.
Recommendations to others considering the product:
I would say make the configuration process a little easier as it can already be such a daunting task of trying to get it just right.


    Hamza G.

Great experience using CircleCi

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
The setup of CircleCi is very easy and simple, we can quickly write a full workflow, with linter, formatter and test builder
What do you dislike about the product?
I can't run CircleCi locally for iOS apps
What problems is the product solving and how is that benefiting you?
Facilite the PR reviews
Formatting & linting the code
Running unit tests
Sending report
Generating the documentation


    Information Technology and Services

Promising feature set, macOS build support, some confusing documentation.

  • September 17, 2019
  • Review verified by G2

What do you like best about the product?
Support for macOS builds is the 'killer feature'. Simple YAML configuration language.
What do you dislike about the product?
The documentation is scattered among being relevant to 1.0, 2.0, or 2.1 versions of the configuration language. No direct support for local builds of 2.1 configs. No easy way to build containers in one step/command and then use it in a later step/command.
What problems is the product solving and how is that benefiting you?
Building iOS apps. Much simpler configuration language than Jenkinsfiles (though also less flexibility.)
Recommendations to others considering the product:
Start with 2.1 configuration version. Use the CLI to test configs locally.