17 años ayudando a las empresas ecuatorianas
a elegir el mejor software

¿Qué es CircleCI?

CircleCI ayuda a los equipos de software a crear rápidamente el código en el que confían. Miles de empresas impulsadas por la tecnología confían en la moderna plataforma de integración continua y entrega de CircleCI para automatizar los procesos de creación, prueba e implementación. CircleCI faculta a los desarrolladores a centrarse exclusivamente en crear valor comercial rápidamente.

¿Quién usa CircleCI?

Miles de empresas líderes, desde startups hasta compañías de Fortune 10, incluidas Kickstarter, Facebook, Spotify y Heroku, confían en CircleCI para automatizar su ciclo de desarrollo y análisis.

CircleCI Software - 1
CircleCI Software - 2
CircleCI Software - 3
CircleCI Software - 4
CircleCI Software - 5

¿Tienes dudas sobre CircleCI? Compara con una alternativa popular

CircleCI

CircleCI

4,6 (92)
$15,00
mes
Versión gratuita
Prueba gratuita
45
No se han encontrado integraciones
4,3 (92)
4,2 (92)
4,4 (92)
VS.
Precio inicial
Opciones de precios
Funcionalidades
Integraciones
Facilidad de uso
Relación calidad-precio
Atención al cliente
$3,00
mes
Versión gratuita
Prueba gratuita
35
No se han encontrado integraciones
4,4 (1.333)
4,5 (1.333)
4,3 (1.333)
Las barras de puntuación verdes muestran el producto ganador en función de la puntuación media y el número de opiniones.

Otras alternativas interesantes a CircleCI

Bitbucket
Funcionalidades más valoradas
Control de la fuente
Control de versiones
Controles o permisos de acceso
Jenkins
Funcionalidades más valoradas
Entrega continua
Gestión del pipeline
Implementación continua
Travis CI
Funcionalidades más valoradas
Gestión de configuración
Gestión del cambio
Implementación continua
TeamCity
Funcionalidades más valoradas
Admite la ejecución en paralelo
Controles o permisos de acceso
Implementación continua
GitHub
Funcionalidades más valoradas
Control de la fuente
Controles o permisos de acceso
Herramientas de colaboración
GitLab
Funcionalidades más valoradas
Control de la fuente
Controles o permisos de acceso
Herramientas de colaboración
Bitrise
Funcionalidades más valoradas
Controles o permisos de acceso
Entrega continua
Implementación continua
Jira
Funcionalidades más valoradas
Gestión de problemas
Gestión de tareas
Gestión de tickets
BrowserStack
Funcionalidades más valoradas
Admite la ejecución en paralelo
Garantía de calidad
Tests de usabilidad

Opinones de CircleCI

Evaluación media

En general
4,6
Facilidad de uso
4,3
Atención al cliente
4,4
Funcionalidades
4,5
Relación calidad-precio
4,2

Opiniones por tamaño de empresa (empleados)

  • <50
  • 51-200
  • 201-1.000
  • >1.001

Encontrar opiniones por puntuación

5
58%
4
40%
3
2%
Luis Carlos
Luis Carlos
Data Analyst en Guatemala
Usuario de Linkedin verificado
Software informático, 11-50 empleados
Ha utilizado el software durante: Más de dos años
Fuente de la reseña

Alternativas consideradas:

Good for CI/CD and also for automating smaller tasks

5,0 hace 3 años

Comentarios: We use CircleCI for our CI/CD pipeline almost every single day. It manages and runs automated tests for all the remote branches, so we can catch issues before they escalate. When ever something gets merged into our dev, staging or master branches, it auto tests, builds and deploy all the infrastructure with Terraform and pushes the newer version to docker.

Puntos a favor:

The pipelines can be broken into different steps, which makes debugging, managing and approving individual phases way easier. Also, looking at the logs and being able to share static permalinks to them is quite useful when you have larger teams. We all can see the progress of the building pipelines in real time and can debug and manage them. Great tool over all.

Contras:

Sometimes it fails and doesn't immediately let's you go to debug the issue. Also, some settings for the VMs are tricky to set up right.

Usuario verificado
Usuario de Linkedin verificado
Servicios financieros, 51-200 empleados
Ha utilizado el software durante: 6-12 meses
Fuente de la reseña

Alternativas consideradas:

Simple & efficient CI

4,0 hace 2 años

Comentarios: Migrations was easy and straightforward. It works well. We were a bit startled because of the security issue they faced and we had to renew all of the secrets which was painful. Apart from that incident, we're happy. It's never been down for us (as opposed to Github).

Puntos a favor:

The setup of pipelines is very easy, especially with the orbs. Each pipeline is always code, so it's automatically versioned. We moved away from CodePipelines from AWS because it was too click-intensive.

Contras:

The permissions are simple: everything is copied from GitHub in our case. What seems at first convenient ends up quite confusing. And it's easy to get lost with security contexts. It would have been nice to be able to see who can perform what action from the Circle CI UI itself.

Ricardo
Team Lead en Argentina
Tecnología y servicios de la información, 201-500 empleados
Ha utilizado el software durante: Más de dos años
Fuente de la reseña

Simple and strong software

5,0 hace 2 semanas Nuevo

Comentarios: Really good, is one of the small things on the pipelines and projects, that when it uses other solution, I miss the simplicity that circleci provides

Puntos a favor:

I like that is really easy to use, for multiple platforms, easy solutions, good support lot of info, and if you know simple bash commands is really easy to build your own pipeline

Contras:

Sometimes the UI is not perfect, but their are updating it and lastly it improved a lot

Jeffrey
Engineering Manager en EE. UU.
Internet, 51-200 empleados
Ha utilizado el software durante: Más de dos años
Fuente de la reseña

Alternativas consideradas:

Does the job, but lacking in features

3,0 hace 3 años

Puntos a favor:

It's relatively simple to get started. I like that you can pick between Docker and VMs. It integrates with GitHub nicely.

Contras:

The Docker in Docker paradigm doesn't work for us since we use containers. We end up using VMs anyways. I think the configuration language is not that great to use and can quickly get unwieldy for larger CI workflows (especially when repeating jobs with different parameters). There are also outages at least once a quarter.

Manon
Associate software engineer en RU
Software informático, 5.001-10.000 empleados
Ha utilizado el software durante: Más de un año
Fuente de la reseña

Seamless Continuous Integration

5,0 hace 3 meses

Puntos a favor:

It's automation for testing and deployment is fantastic. It saved me a lot of time by running tests automatically after every code push.

Contras:

It took me a while to get my build scripts working correctly the first time.