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

Reviews from AWS customer

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

External reviews

488 reviews
from and

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


    Sebastián V.

CircleCI saves us a lot of money by helping us pass automatic tests

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
the integration between github and our tools.
What do you dislike about the product?
I miss having triggers to launch compilations
What problems is the product solving and how is that benefiting you?
We validate our pull requests and generate the nightly builds
Recommendations to others considering the product:
Nothing special


    Miao H.

CircleCI is very easy to use and to configure

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
It not only provides linux container but also windows instance.
What do you dislike about the product?
Sometimes it will take a long time to provision windows instance and it will cause my CI/CD pipeline crashing.
What problems is the product solving and how is that benefiting you?
It helps me test my windows application. It shortens the time of configuring CI/CD pipeline.
Recommendations to others considering the product:
Much easier to configure and have a lot of features which are not included in other CI/CD tools. Also CIrcleCI has a forum where all users discuss the strategy how to use circleci properly.


    Computer & Network Security

Very Productive CI System

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
I don't want to manage my own CI server, and CircleCI has proven very effective in building awesome pipelines.
What do you dislike about the product?
CircleCI is in the middle of a UI update, and switching between the UI systems is a little cumbersome.
What problems is the product solving and how is that benefiting you?
Continuous integration, deployments, automation, etc.
Recommendations to others considering the product:
Easier to use than Jenkins, similar to Gitlab, awesome stuff!


    Nicholas S.

Continuous Integration a FE dev can understand!

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
I'm a front end dev and find that most devop things stump me. CircleCI is easy to understand and easy to setup. I've already suggested it to my old coworkers because it's simple and easy to use.
What do you dislike about the product?
I don't dislike anything, to be honest. It's worked perfectly fine for me and has provided me with everything I need for continuous integration.
What problems is the product solving and how is that benefiting you?
CircleCI has helped me be able to set up continuous integration/deployment without the need of a dedicated devops developer.
Recommendations to others considering the product:
Use it, it works and it's easy to setup and use! I think it can help any developer with their continuous integration/deployment issues and setting it up is a breeze.


    Computer Software

Great tool for ci cd

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Smooth implementation of ci cd, increases efficiency
What do you dislike about the product?
Could be more beginner friendly in my opinion
What problems is the product solving and how is that benefiting you?
Lack of devops practices


    Pedro G.

Still scratching the surface of what Circle CI can do

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Easy to use and high level support team.
What do you dislike about the product?
Pricing plan in terms of credit is not always the best.
What problems is the product solving and how is that benefiting you?
Decreased build time.


    Marketing and Advertising

Good Platform

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
How easy to use it is after implementing in a project
What do you dislike about the product?
I feel the UI could be better as I had trouble finding some menus.
What problems is the product solving and how is that benefiting you?
When Pushing code live how it tests/checks and if it finds any issues they are easy to understand and fix.
Recommendations to others considering the product:
Read the documentation thoroughly as there are some things that I missed in the setup which caused me issues further on.


    Telecommunications

make our process alot faster

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
the ci pipeline that allow us to create automated jobs to perform any complex tasks.
What do you dislike about the product?
the ui can be more simple, easier to find things
What problems is the product solving and how is that benefiting you?
deploy hundreds of microservices app, with circleci, we were able to deploy them with a single click.


    Computer Software

User-friendly Continuous Integration tool

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
The interface for tracking jobs and workflows is great and really works well. Even with multiple projects and organizations in play, you can get to what you want without too much hassle. The configuration is a bit complex, but it is very well documented. Getting started initially is fully documented no matter where you start. It works with bitbucket and github and probably gitlab too. Debugging why a job or workflow failed is straightforward thanks to the information provided.
What do you dislike about the product?
The configuration is very complex and can be a rabbit hole in some projects. It would also be nice if there docker images available was more clearly documented.
What problems is the product solving and how is that benefiting you?
We use it for automating production builds of client sites, testing and linting of development code, automated deployment process. It helps to make sure that everything is consistent and ready for deployment. We save time that we can spend elsewhere on the project without worrying about tending to circle. We know that it will only fail if we did something wrong and that is good as gold.
Recommendations to others considering the product:
If you are already using Github or another tool and you want to get into automating builds and deployments, this is the way to go. Getting started is quick and very well-documented. It is also possible to integrate with Slack and other software to provide other notification about build status.


    Health, Wellness and Fitness

Easy CI setup

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Automatically deploy depending on which branch is pushed to; easy integration with Github to ensure tests pass before merge
What do you dislike about the product?
Finding some settings in the UI can be difficult
What problems is the product solving and how is that benefiting you?
Requiring QA and unit tests to pass prior to merge to prevent regressions; not having to deploy anything manually