Is it possible that after a deployment to production has been done an email is sent?
In this case it is to inform among others release management.
the email should contain date time, who carried out the deployment, branch name, application, etc.
Is it possible that after a deployment to production has been done an email is sent?
In this case it is to inform among others release management.
the email should contain date time, who carried out the deployment, branch name, application, etc.
Best answer by Arie V
Seems most straightforward to include a bit of logic in the Post synchronization code that calls the Task to add an Email notification to the Notification queue for the desired target audience. Do make sure to make the logic environment-dependent, so the notification is only sent for Production deployments.
As a result, effectively on every Synchronization to IAM of a new Application Model, the target audience will be informed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.