Official Allure Plugin for Azure DevOps without downloading directly from github.com #2450
-
I am integrating the official plugin for azure devops pipeline to display it in the pipeline run tab. Currently I am using a selfhosted build agent which is installed in a linux Azure VM. The plugin could find allure test results but there are firewalls issue when the plugin trying to download source from github.com. Are there alternatives to that? Can I manually download the source and make the plugin use that instead or some internal artifactory platform, because I would like to keep the deps internally. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think, it's possible to provide the ability to do that 👍 |
Beta Was this translation helpful? Give feedback.
-
The latest version (1.4.0) of the plugin now includes a bundled Allure Commandline. To use the bundled version, you can omit the version from the configuration. |
Beta Was this translation helpful? Give feedback.
The latest version (1.4.0) of the plugin now includes a bundled Allure Commandline. To use the bundled version, you can omit the version from the configuration.