You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: