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

UTF Step Only Saves Last Set of Test Results #48

Open
jacobson3 opened this issue May 29, 2018 · 1 comment
Open

UTF Step Only Saves Last Set of Test Results #48

jacobson3 opened this issue May 29, 2018 · 1 comment
Labels

Comments

@jacobson3
Copy link
Member

utfTest.groovy always saves the UTF results to "\build_temp\utf_results.xml" which means that if there are multiple projects defined in the original DCAF jenkinsfile, each project will overwrite the results xml of the previosuly tested project (this is happening in tag editor core).

@jacobson3 jacobson3 added the bug label May 29, 2018
@pollockm
Copy link
Contributor

Accurate. Needs to be changed to have unique name (either based on project file name or utf_results_XX.xml), and junit step set to look for wildcards in the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants