Please enable JavaScript.
Coggle requires JavaScript to display documents.
Global module :( - Coggle Diagram
Global module :(
Where were we?
-
-
-
Changes to one module broke the others, frequent blocked pipelines
-
-
No version control for modules, one change affected all environments
What happened?
-
User names where changed in the user management module, but the old usernames were still referenced in the roles module, so the jobs began failing
-
Also, could not delete users because of the roles that were defined in the sibling module
In addition, the change was made in pre-production but failed before it was deployed in production
-
-