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.


    Ashish K.

Good enough CI tool

  • March 22, 2023
  • Review verified by G2

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


    Kunal P.

Excellent tool for CI/CD

  • March 01, 2023
  • Review verified by G2

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.


    Gab K.

Developer friendly

  • March 01, 2023
  • Review provided by G2

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.


    Swapnil P.

Accelerate Your Delivery Cycle with CircleCI's Robust CI/CD Tool

  • February 08, 2023
  • Review provided by G2

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.


    Carlos R.

From the commit to the repo

  • December 22, 2022
  • Review provided by G2

What do you like best about the product?
I like that is free at entry level so you can build your entire pipeline and only when you need more performance you need to pay.
What do you dislike about the product?
Learning curve, it is difficult at first to integrate everything and make it work. After that you always feel that the effort pay off.
What problems is the product solving and how is that benefiting you?
In my case CircleCI builds debian packages from my GitHub repos and push them to my repos in packagecloud.


    Rob H.

CircleCI part of Android testing toolkit

  • December 14, 2022
  • Review verified by G2

What do you like best about the product?
The ease of use, UX and integration into GitHub and then Jira
What do you dislike about the product?
The inability to search by build number to find older artefacts and apk files
What problems is the product solving and how is that benefiting you?
I need to use different apk files and version of the software I am testing multiple times uninstalling and installing different builds. Circle Ci has made this easier to do than other methods I had used in the past and saves me lots of time


    Andrew G.

Awesome tool for Continuous Integration and Deployment

  • August 18, 2022
  • Review provided by G2

What do you like best about the product?
Circle CI is the most efficient tool for Continous Integration and Deployment. These tools have uncountable cool features:
- Easy to set continous integration and deployment jobs
- Easy to learn and use
- interactive user interface
- test analytics and workflow set up
- Nice reporting and flawless functionality.
Highly recommended tool for DEVOPS and CI CD needs..
What do you dislike about the product?
As of now no reason to dislike tool its really awesome tool giving free minutes to startups and learners. Only small suggestion to provide documentation for setup on Unix machine.
What problems is the product solving and how is that benefiting you?
This tool is helping ThoughtCoders and their clients in Continous Integration and Deployment activities.


    Anil B.

Good automated pipeline(ci/cd) tool for software development

  • August 10, 2022
  • Review provided by G2

What do you like best about the product?
It's good CI/CD pipeline for early detection of build errors in code.
What do you dislike about the product?
It's syntax strict. Even a small syntaxes error causes pipeline to fail.
It will be good if we have a tool to verify whether code for circle ci is syntactically correct.

And whole process to run takes quit long time.
What problems is the product solving and how is that benefiting you?
It automates the build process. As and when a developer make and pushes changes to a branch in github, build triggered automatically and detects lot of errors at early stage only


    Vijay T.

Production Level Experience

  • August 05, 2022
  • Review provided by G2

What do you like best about the product?
Easy to deploy the pipelines in prodution
What do you dislike about the product?
The interface is good and I think, it can be improved to better access.
What problems is the product solving and how is that benefiting you?
We use the Cercle CI for continuous development and deployment.


    Jake S.

Good platform for our CI/CD workflows

  • August 04, 2022
  • Review verified by G2

What do you like best about the product?
Love the visibility of the box resourcing. Love the ability to easily parallelize workflows and the interface is intuitive to work with. I would recommend circleci for growing companies that don't need a ton of complex orchestration.
What do you dislike about the product?
We've had to move some of our workflows to codefresh that are more complex and require a lot more orchestrated flows. It would be nice to be able to consolidate our flows to one platform.
What problems is the product solving and how is that benefiting you?
We use circle to run all of our unit and lint tests on each PR. We also use cron runs to run hourly end to end tests right now but we are probably moving to codefresh in the future for this due to the complexity.