8000 Retrieve JUnit XML reports. · Sacm89-Code/hello-spring-testing@4b263ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b263ee

Browse files
committed
Retrieve JUnit XML reports.
1 parent 734110a commit 4b263ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pipeline {
66
steps {
77
echo 'Testing...'
88
sh './gradlew test'
9+
junit 'build/test-results/test/TEST-*.xml'
910
}
1011
}
1112
stage('Build') {

0 commit comments

Comments
 (0)
0