Skip to content

Commit

Permalink
Theoretically fix jenkins build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIIL committed Jan 1, 2018
1 parent 352706a commit c9893e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ catchError() {
./gradlew clean test
"""

step([$class: 'JUnitResultArchiver', testResults: '**/build/test-results/TEST-*.xml'])
step([$class: 'JUnitResultArchiver', testResults: '**/build/test-results/test/TEST-*.xml'])
} catch (e) {
currentBuild.result = "UNSTABLE"
echo "Exception caught while running test: ${e}"
Expand Down

0 comments on commit c9893e3

Please sign in to comment.