We have configured a deployment pipeline on Deploymen manager service.
In the deployment pipeline is set a “Perform manual test” task for approval, the user assigned to the task receive an email with the “Approve” and “Reject” button. When i click on approve, the deloyment pipeline is not resumed, still waiting for an action required.
The email i get from Deployment manager service is from “[email protected]”.
What should i check to fix this and be able to resume the deployment pipeline automatically when clicking on the “Approve” or “Reject” button from the email?
Check the incoming email setup on the Deployment Manager orchestration server.
This approval works only when the reply email is picked up by the DMEmailListener and processed by the correct receiver email account.
Make sure the listener is running, the receiver email account is configured correctly, and the approval reply is reaching that mailbox.
Then trace the related email service rule and confirm the reply email is being read without errors.
If that inbound email processing is fixed, clicking Approve or Reject from the email will resume the manual test task in the pipeline