Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add allure support #68

Open
wenxinll opened this issue Dec 17, 2021 · 5 comments
Open

Add allure support #68

wenxinll opened this issue Dec 17, 2021 · 5 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wenxinll
Copy link

I want to use Devops to manage my automated test projects, but now I cannot view graphical test results on Devops. Therefore, I hope to add the Allure Jenkins Plugin to Jenkins, and to view the test results as follow.
image

More about allure https://github.com/allure-framework/allure2

/cc @LinuxSuRen @JohnNiang

@JohnNiang
Copy link
Member

/cc @kubesphere/sig-devops

@LinuxSuRen
Copy link
Member

hi @wenxin-01 , thanks for reaching out to us. The test report is great. But we don't intend to let users visit the page of Jenkins. Instead, it might be a good idea to show the report on the DevOps UI.

/kind feature

@ks-ci-bot ks-ci-bot added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 17, 2021
@wenxinll
Copy link
Author

hi @wenxin-01 , thanks for reaching out to us. The test report is great. But we don't intend to let users visit the page of Jenkins. Instead, it might be a good idea to show the report on the DevOps UI.

/kind feature

It's better to visit the report on DevOps UI.

@LinuxSuRen
Copy link
Member

It's better to visit the report on DevOps UI.

I prefer to do not to expose the port of Jenkins in future versions.

@LinuxSuRen
Copy link
Member

LinuxSuRen commented Dec 17, 2021

This is the API URL of it: job/name/144/allure/graphMap. The sample response data is:

<map id="map" name="map">
<area shape="poly" coords="591,41,588,41,588,41,591,41,591,41" title="&quot;#144 unknown 0&quot;" alt="" href="144/allure/"/>
</map>

The plugin URL is https://github.com/jenkinsci/allure-plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants