Category: CI/CD

  • Centralizing CI/CD pipeline in a big organization

    Don’t repeat yourself https://en.wikipedia.org/wiki/Don%27t_repeat_yourself Using Gitlab CI/CD and Github actions pipeline makes workflow for a single project quickly. There is always a pipeline file like .gitlab or .github/workflows in an individual project. But each developer or team need to maintain and update it regularly when there are bugs or updates.  In a big organization, there…