
Jesus Eduardo Murrieta Rosas
Pregunta¿Porque circle ci? en vez de gitlab pepiline? o bitbucket pipeline?
- Gitlab has the option to run CI/CD in any server, you can make use of this installing a tool in any server (even your local pc).
- Bitbucket has only the option to use its own CI/CD tool which is not the best option unless you had a good budget.
- Github has support fort a lot of CI tools like Circle CI, its free account of Circle CI gives you the possibility to use one CI runner, i’m not sure if it has support with Bitbucket or Gitlab.

Isaac Cruz
My Recomendation is
Gitlab -> Use Gitlab CI/CD installing in any server. (it’s too easy to use)
Github -> You’ve the possibility to use Circle CI or any other CI tool.
Bitbucket -> Use bitbucket pipelines or use other CI/CD strategy.

Diego Alexander Forero Higuera
Es un sistema independiente y agnostico al proveedor de sistemas de versiones, gitlab pipeline si no estoy mal fue abierto hace poco para usarlo desde otras fuentes, pero inicialmente era solo para repos en gitlan, creo que bitbucket sigue siendo solo para bitbucket pero no estoy seguro. Circle CI, Travis y Jenkins los puedes usar con cualquiera de estos tres.