Browse Software
List Your Product
Loading...
CircleCI Reviews

User Rating

4.3/5 (Based on 908 Ratings)

Rating Distribution

  • Excellent

    43.4%
  • Very Good

    47.7%
  • Average

    6.9%
  • Poor

    1.8%
  • Terrible

    0.2%

User Sentiments

Ease of Setup, Extensive Integrations, Comprehensive Documentation, Docker Support

Occasional Downtime, Confusing UI/UX, Slow Build Times, Expensive Pricing Plans

Do You Use CircleCI?

Write a Review

Review Summary

CircleCI is a continuous integration and continuous delivery (CI/CD) tool that automates the software development process. Users appreciate its user-friendly interface, extensive documentation, and helpful customer support. Additionally, its robust features, such as parallel testing, artifact management, and customizable workflows, enable efficient and scalable CI/CD pipelines. However, some users have reported occasional performance issues and a learning curve for new users. Overall, CircleCI is a reliable and feature-rich CI/CD solution, suitable for teams looking to streamline their software development process.

Pros

  • Automates the software build, test, and deployment process, improving efficiency.
  • Easy integration with popular development tools and platforms, streamlining the workflow.

Cons

  • May require expertise to configure and manage for optimal performance.
  • Limited customization options for advanced use cases, potentially restricting flexibility.

AI-Generated from the text of User Reviews

Reviews
GK

Gab K

October 18, 2023 Source: G2.com
"Developer friendly"
What do you like best about CircleCI?

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

Audit features are not as available as other enterprise-grade CI providers.

What problems is CircleCI 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.

Read more
AU

Anonymous User

September 9, 2023 Source: G2.com
"A really cool tool for your CI/CD operations."
What do you like best about CircleCI?

The free tier of CircleCI includes 30,000 which is usually enough for small projects. It is pretty easy to use it once u get the hang of including CircleCI in your projects. You can even SSH into the build so that if any issue arises you can solve it directly in the machine, instead of trying to figure out where the issue is locally.

What do you dislike about CircleCI?

The initial setup for CircleCI can be a bit more complex when compared to other tools like Github actions, but it's nothing that a bit of introspection cannot solve. Also when using Docker layer caching the credits run out too fast. There should be a warning for the same , since I did not realize that caching would use so many credits.

What problems is CircleCI solving and how is that benefiting you?

I was able to integrate CircleCI successfully into one of our projects on Github, so we dont have to worry anymore about breaking changes being pushed into the repo. You can SSH into the build so that if any issue arises you can solve it directly in the machine, instead of trying to figure out where the issue is locally.

Read more
AU

Anonymous User

May 30, 2023 Source: G2.com
"My CircleCI Feedback & Recommendation(s)"
What do you like best about CircleCI?

Overall, I like the UI and real-time view of the projects along with the commit history.

What do you dislike about CircleCI?

CircleCI has not updated its dependencies in some time. When I run Cypress v.12, it passes locally but fails in the pipeline due to how the extensions are handled.

What problems is CircleCI solving and how is that benefiting you?

Quick test runs and immediate feedback.

Read more
AB

Adrian B

May 26, 2023 Source: G2.com
"Several ML services in production use greatly CircleCI"
What do you like best about CircleCI?

Easy interface, to see the pregress of the pipelines, using yaml file to create the pipelines easily, so that they run automatically.

What do you dislike about CircleCI?

There was a data breach some time ago. Sometimes the servers are a bit slow.

What problems is CircleCI solving and how is that benefiting you?

ML data products, to train models and to deliver them in production; but also other automatic scripts, as well as R&D data science repos

Read more
RA

Raul A

May 25, 2023 Source: G2.com
"Just because it works, doesn't mean there isn't another way to do it"
What do you like best about CircleCI?

It is really simple to use, integrate with other technologies, and has great documentation to follow.

Someone coming from the DevOps/Sysadmin role, with a little knowledge can easily connect the dots on what CircleCI offers.

What do you dislike about CircleCI?

The docker layer cache and IP ranges seem to be a bit too expensive for usage. I'm not saying it doesn't work actually, it does, but the price is kinda expensive

What problems is CircleCI solving and how is that benefiting you?

We used to have an old implementation with other technology(Jenkins). It worked fine. The issue is that the process was a little slow, and not totally integrated with the repository.

Read more
AU

Anonymous User

May 24, 2023 Source: G2.com
"Go to tool for CI! :)"
What do you like best about CircleCI?

Love almost everything about CircleCI :) Is very robust as a CI tool, and I love the fact that everything is documented really well. Orbs implementations are very useful and just perfect!

What do you dislike about CircleCI?

Nothing much to comment on about CircleCI. I'm not aware if its possible to have a GitHub integration to view the pipelines via GitHub itself but it would be a nice to have :)

What problems is CircleCI solving and how is that benefiting you?

Application releases, running unit tests on each and every PR and branch as well as testing automated builds.

Read more
CP

Chen P

May 23, 2023 Source: G2.com
"Have a lot of interests in CI/CD tools"
What do you like best about CircleCI?

It's really convenient to test our codes automatically online. It will not block what I'm doing so I can push my work forward offline while CI running online.

What do you dislike about CircleCI?

It's unstable sometimes. Sometimes it will give us a wrong result. And sometimes it took way too much time to finish all the tests.

What problems is CircleCI solving and how is that benefiting you?

Running tests.

Checking code styles.

Checking resources availability.

Read more
AU

Anonymous User

May 23, 2023 Source: G2.com
"FROM HELL TO THE SKY"
What do you like best about CircleCI?

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

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

Read more
GH

Guillermo H

May 23, 2023 Source: G2.com
"Great features and super easy to setup CI product"
What do you like best about CircleCI?

Their UI is great. Setting up the CI pipeline, with all the docker features and different options makes it a great option to have in you CI pipeline. We use it in all of our repositories and help us run all of our test with each commit and PR

What do you dislike about CircleCI?

There's really nothing that comes to mind as something negative about CircleCI. Sometimes the CI setup requires some updating (some old versions stop beign supported, etc), but CircleCI makes it super easy

What problems is CircleCI solving and how is that benefiting you?

CircleCi helps us to run all or our tests before deploying to production. When the test suite fails it makes it super easy to see the "artifacts" of the test run, screenshots, logs, etc, that help a lot to figure out what happened

Read more
AU

Anonymous User

May 23, 2023 Source: G2.com
"Using since 2018 in production"
What do you like best about CircleCI?

It's easy to get started, almost no effort to start

What do you dislike about CircleCI?

Can't have total control over the machines

Recommendations to others considering CircleCI:

Is the best cost bennefict

What problems is CircleCI solving and how is that benefiting you?

We have a proper deploy pipeline that has many stages, all detailed in .yml files

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed