I have a Jenkins CI server running on a Linux virtual machine. Jenkins runs the Gradle task (build) and tests for my project.
I know that HTML reports for test results are generated in the project/build/reports folders.
Is there a way to see these reports using Jenkins? Or, when the build failed, can the notification email include a link to this report?
Many thanks.
jenkins gradle
user2047824
source share