← 返回 atlassian 的题目列表OOD Release Notification Service
类型:online_judge
Design a service that performs CICD releases daily, and sends a notification to the author of a release success and deployment version. For example, Jason and Mike would be notified of their deployment as Jason, v1, and Mike, v1. If the deployment fails, the system should roll out to the next deployment version, so in the next deployment v2, they should be notified as Jason, v1, Mike, v1.