Share via

How to send Allure report to a preferrend email once the azure devops pipileine runs are completed ?

Peacock 0 Reputation points
2026-02-26T03:08:44.75+00:00

How to send Allure report to a preferrend email once the azure devops pipileine runs are completed ?

Azure DevOps
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Suchitra Suregaunkar 9,505 Reputation points Microsoft External Staff Moderator
    2026-02-26T05:30:51.89+00:00

    Hello Peacock,

    Thank you for posting your query on Microsoft forum.

    At this time, Azure DevOps does not provide any native or built‑in feature to automatically email an Allure report (HTML or attachment) when a pipeline run completes.

    Below provided ways are the officially supported approach.

    1. Publishing Allure reports in Azure DevOps This allows users to view the Allure report inside Azure DevOps, but does not send emails.
    2. Azure DevOps notifications
      • Azure DevOps notifications can only send pipeline status information (run succeeded/failed, build completed, etc.).
      • Notifications cannot attach reports or embed Allure HTML content.
      • Notifications can email pipeline results, not test reports.

    Reference: https://learn.microsoft.com/en-us/azure/devops/organizations/notifications/about-notifications?view=azure-devops

    If emailing is required, Microsoft supports the following workaround approach:

    This approach aligns with how Azure DevOps is designed to work and avoids unsupported behavior. The only officially documented integration is publishing the report inside Azure DevOps. Emailing the report requires extensions or custom scripting and is considered a workaround, not a native feature.

    Kindly let us know if the solution provided worked for you.

    If you need any further assistance, please feel free to reach out.

    If you found the comment helpful, please consider clicking "Upvote it".

    Thanks,

    Suchitra.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.