[Azure] View the published report before the whole pipeline is complete #2870
-
Hello, Is it possible to view the published report if a step running tests and publishing report is complete, without waiting until all the stages in the pipeline are complete? I have several stages in a pipeline: Deployment in DEV -> Run tests and publish report (DEV) -> Approve prod deployment -> Deployment in PROD -> Run tests and publish report (PROD). I want to view DEV report before moving (approve stage) to next stage (deploying in PROD) but if I try open "Allure report (DEV)" tab it says "Build is still in progress". Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey there! At the first look there is no any other ability to check, that we can retrieve report except the current approach. But, I have an idea to poll the report files until they will be available for downloading. Seems it could work even when the build isn't finished. |
Beta Was this translation helpful? Give feedback.
Hey there! The feature was shipped in the latest release (1.4.5). Everything should work as you expect :)