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.


    Peter R. G.

Convenient, managed, quick, expensive

  • October 26, 2017
  • Review provided by G2

What do you like best about the product?
CircleCI, once configured correctly, builds immediately once code is pushed to GitHub, whether master, develop, or feature branch. It’s simole and quick.
What do you dislike about the product?
It is a hosted solution, and costs a fortune for enough licenses. It is difficult and manual to specify configuration values to inject during builds, such as encrypted or protected values.
What problems is the product solving and how is that benefiting you?
We run automated builds and deployments via CircleCI for all dev envirtonments to gain immediate view of the status of code and services.
Recommendations to others considering the product:
Be ware of cost!


    Thijs K.

Just the right tool for the right price

  • October 02, 2017
  • Review verified by G2

What do you like best about the product?
CircleCI is versatile, easy to setup and integrates well with our existing cloud services like Github and Slack. The pricing is calculated "per parallel build", as opposed to "per project" - this allows us to include several small projects on the side as well, without breaking the bank. The ability to SSH into a machine is a nice bonus, it reduces the amount of time spent on tracking down errors.
What do you dislike about the product?
There's not much I dislike. Its versatility can be a bit overwhelming and it does affect the usability sometimes: some settings can be difficult to find.
What problems is the product solving and how is that benefiting you?
CircleCI ensures our builds are tested, linted, and style-checked. This makes our review process more efficient and greatly simplifies the deployment procedures.


    Anuoluwapo O.

Awesome Circle CI

  • September 27, 2017
  • Review provided by G2

What do you like best about the product?
Configuring is extremely easy. The first I configured circleci.yml, I didn't expect it but it was an easy one.
What do you dislike about the product?
I should be able to indicate the sequence in which I want my tests to run
What problems is the product solving and how is that benefiting you?
**Configuration**
Building features for software application without having to think if we are missing something out. The first time I had to use Circle CI 2.0, it was awesome. I had little or nothing to do in configuring CI for my application. It took less than 2 minutes to setup Circle CI for my application.
**Continuous Integration**
Continuous integration enables team to ship small features at a time. Circle CI supports this effectively. With CI we do not have to build big features before deploying to production. The good thing is all these process have been automated by the help of Circle CI. With Circle CI, we even run Acceptance test. The only thing we do on staging is to run QA. Once the application passes the QA test, it goes straight to production without delay and users are happy.
**User friendliness**
Circle CI has a fantastic User interface. Just that a new user might be lost at first. Maybe there should be a walkthrough for newly logged in user but when you are used to the interface, it is very easy to use. Also if I am logged in and visits the home page, I shouldn't see a login link, although it automatically logs you in when you click the logged in link.
Recommendations to others considering the product:
I will recommend Circle CI to any team that wants Continuous Integration and ship application features faster. It is easy to use with less hassle. Fantastic user-interface and ease to use.


    Computer Software

Introduced Circle CI 2.0 Beta

  • September 21, 2017
  • Review provided by G2

What do you like best about the product?
- workflows
- customization for flexible cache logic
What do you dislike about the product?
verbose config file, I want some ways to separate concerns among jobs like including other config file
What problems is the product solving and how is that benefiting you?
decrease the deployment time to customers, leading to supply much more valuable user experiences


    Internet

Great monitoring and delivery platform for testing code quickly

  • September 15, 2017
  • Review verified by G2

What do you like best about the product?
It integrates well into testing our app with all our various testing frameworks.
What do you dislike about the product?
The frequent downtime sometimes puts a spanner in the mix, and the output for failing tests could be more detailed.
What problems is the product solving and how is that benefiting you?
Testing our code quickly, don't have to manually test everything locally. Rapidly increases our shipment time.
Recommendations to others considering the product:
Dig deep into what


    Computer Software

Good and solid product

  • September 15, 2017
  • Review provided by G2

What do you like best about the product?
Support for OSX platform and Docker containers.
What do you dislike about the product?
Web UI could be a bit more user friendly and provide more configuration, like Semaphore CI does.
What problems is the product solving and how is that benefiting you?
Fast and stable way to test each code change.


    Andrew K.

If you haven't tried it, you need to

  • August 31, 2017
  • Review verified by G2

What do you like best about the product?
generous free plans for open source projects
easy to set up
plenty of features
plenty of customization
runs quick
What do you dislike about the product?
Additional containers are a bit pricey IMO at $50. There are other services offering similar products at much lower prices.
What problems is the product solving and how is that benefiting you?
Code Quality tests + Unit tests - pre-merge requisites
Continuous Deployment
Automated UI tests


    Information Technology and Services

CircleCI a Novice Experience Review

  • August 27, 2017
  • Review verified by G2

What do you like best about the product?
The fact that tests are automatically found without me having to set anything up is an amazing feature that I've been looking for in CI for quite some time.
What do you dislike about the product?
There's not much I dislike. The documentation is a bit confusing for a novice with little no experience using the product.
What problems is the product solving and how is that benefiting you?
Primarily, the efficiency of starting and setting up a new project is the greatest benefit from CircleCI.
Recommendations to others considering the product:
Start off slow, there's no need to feel in a rush with CircleCI as many of the pit-holes normally faced when integrating some form of CI into your project are easily conquered through CircleCI's generous handholding.


    Carlos C.

Best continuous integration platform, the most compleate, fast and with great support

  • August 24, 2017
  • Review provided by G2

What do you like best about the product?
The improvements on Cicle CI 2.0 lowered our build times by half and the workflow approach allows us to save even more time when rebuilding since the tests phase of an specific commit don't re-run, that's awesome!
What do you dislike about the product?
Actually nothing I like it a lot maybe the overall build time can be improved
What problems is the product solving and how is that benefiting you?
Using Circle CI we build our docker images, run tests and linters and if everything is ok, the deploy is executed on specific environment as needed, the slack notifications are very useful for tracking the progress
Recommendations to others considering the product:
The platform has been live long enough and constantly improving, that gives confidence in its "knowhow" the price is ok compared to other alternatives vs the benefit, 100% recommended


    Dave H.

Great Service.

  • August 23, 2017
  • Review provided by G2

What do you like best about the product?
Simple to set up, highly configurable, works automatically with github.
What do you dislike about the product?
Not too much to say. Their docs could use a little love, but the community suppsort generally makes up for it.
What problems is the product solving and how is that benefiting you?
Fully replaced our Jenkins build server.